Skip to content

module_read_id

Vladimir edited this page Feb 14, 2020 · 1 revision

Reading unique ID of relay module

ID is a string with max length of 5 characters.

Relay relay = ...

string id = relay.ReadId();
Clone this wiki locally