|
FireSync API
|
Sets the device identifier for this node, which typically corresponds to a manufacturing serial number.
The node identifier is a device configuration setting - it is stored in the node when settings are committed (e.g. kNode_Commit), but is stored separately from the mode configuration file.
After changing the id and committing changes, the new id will take effect the next time that the node is reset. After changing a node's id and resetting, use kSystem_HasChanges/kSystem_Refresh to re-detect the node.
On some architectures, the node id is used to configure both the node's MAC address and the node's default IP address.
Node ids are limited to 24-bits.
| node | Node object. |
| id | The identifier for this node. |