View Source Grizzly.ZWave.Commands.NodeLocationSet (grizzly v8.5.3)
This command is used to set the location of the receiving node.
Params:
:encoding
- one of :ascii, :extended_ascii, :utf_16:location
- a string location for the node
Summary
Types
@type param() :: {:location, String.t()} | {:encoding, :ascii | :extended_ascii | :utf_16}