View Source Grizzly.ZWave.Commands.NodeNameReport (grizzly v8.0.0)

This command is used to advertize the name of the receiving node.

Params:

  • :encoding - one of :ascii, :extended_ascii, :utf_16

  • :name - a string name for the node

Summary

Types

@type param() :: {:name, String.t()} | {:encoding, :ascii | :extended_ascii | :utf_16}