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

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