Skip to content

module_write_channel

Vladimir edited this page Feb 14, 2020 · 1 revision

Writing channel's state

Relay relay = ...

int channel = 1;
bool state = true;
relay.WriteChannel(channel, state);