View Source Grizzly.ZWave.Commands.NodeLocationReport (grizzly v8.0.1)

This command is used to advertize 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}