Skip to content

module_write_id

Vladimir edited this page Feb 14, 2020 · 1 revision

Writing unique ID to the relay module

ID is a string with max length of 5 characters.

Relay relay = ...

string id = "NewId";
relay.WriteId(id);