controlLampForLoops method
Implementation
Future<void> controlLampForLoops(
int status, int onTime, int offTime, List<String> lamps) {
throw UnimplementedError('controlLampForLoops() has not been implemented.');
}
Future<void> controlLampForLoops(
int status, int onTime, int offTime, List<String> lamps) {
throw UnimplementedError('controlLampForLoops() has not been implemented.');
}