You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node Provisioning CC allows remote management of the provisioning list over Z-Wave (or Z/IP). This is primarily used by Z/IP gateways and is lower priority than the local provisioning list + SmartStart listener.
Scope:
NodeProvisioningCommandClass : CommandClass<NodeProvisioningCommand> with [CommandClass(CommandClassId.NodeProvisioning)]
Meta Data Extension TLV parser (reusable with QR code parser from Implement DSK utilities and QR code parser #157): Product Type, Product ID, Max Inclusion Request Interval, UUID16, Supported Protocols, Name/Location, SmartStart Inclusion
Setting, Bootstrapping Mode, Network Status
Sequence number management for command deduplication
Security: must only be supported at S2 Access Control level
The Node Provisioning CC allows remote management of the provisioning list over Z-Wave (or Z/IP). This is primarily used by Z/IP gateways and is lower priority than the local provisioning list + SmartStart listener.
Scope:
NodeProvisioningCommandClass : CommandClass<NodeProvisioningCommand>with[CommandClass(CommandClassId.NodeProvisioning)]Set,Delete,Get,Report,ListIterationGet,ListIterationReportSetting, Bootstrapping Mode, Network Status
Depends on: #157 (DSK utilities), #158 (Provisioning List), security implementation (#148/#149)