View Source Grizzly.ZWave.Commands.NodeLocationSet (grizzly v7.4.1)

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}