isSupportedCommand method
Implementation
Future<bool> isSupportedCommand(SensorCommand command) async {
return api.isSupportedCommand(guid, command);
}
Future<bool> isSupportedCommand(SensorCommand command) async {
return api.isSupportedCommand(guid, command);
}