Skip to content

module_write_channels

Vladimir edited this page Feb 14, 2020 · 2 revisions

Writing channel's state

Relay relay = ...

bool state = true;
relay.WriteChannels(state);

This operaion will set states of all existing channels on relay module.