EmberZNet serial protocol
SN260
Table 64. setEncryptionKey (continued)
Response parameters:
EmberStatus status
An EmberStatus value indicating success or the reason for failure.
Table 65. setManufacturerCode
Name: setManufacturerCode
ID: 0x15
Description:
Sets the manufacturer code to the specified value. The manufacturer code is one of the fields of the node
descriptor.
Command parameters:
int16u code
Response parameters: None
The manufacturer code for the local node.
Table 66. setPowerDescriptor
Name: setPowerDescriptor
ID: 0x16
Description:
Sets the power descriptor to the specified value. The power descriptor is a dynamic value, therefore you should call
this function whenever the value changes.
Command parameters:
int16u descriptor
The new power descriptor for the local node.
Response parameters: None
Table 67. networkInit
Name: networkInit
ID: 0x17
Description:
Resume network operation after a reboot. The node retains its original type. This should be called on startup
whether or not the node was previously part of a network. EMBER_NOT_JOINED is returned if the node is not part
of a network.
Command parameters: None
Response parameters:
EmberStatus status
An EmberStatus value that indicates one of the following: successful
initialization, EMBER_NOT_JOINED if the node is not part of a network, or
the reason for failure.
Table 68. networkState
Name: networkState
ID: 0x18
Description: Returns a value indicating whether the node is joining, joined to, or leaving a network.
Command parameters: None
Response parameters:
EmberNetworkStatus status
An EmberNetworkStatus value indicating the current join status.
58/88