lampsOff method

Future<void> lampsOff()

Implementation

Future<void> lampsOff() {
  throw UnimplementedError('lampsOff() has not been implemented.');
}