sendOnOffCommand method

Future<void> sendOnOffCommand(
  1. int address,
  2. bool isOn
)

Implementation

Future<void> sendOnOffCommand(int address, bool isOn) {
  throw UnimplementedError('sendOnOffCommand() has not been implemented.');
}