menu
scstw_lib package
documentation
bluetooth_connection.dart
BaseStationBluetoothCharacteristics
sendCommand method
sendCommand method
dark_mode
light_mode
sendCommand
method
Future
<
void
>
sendCommand
(
Command
command
)
Implementation
Future<void> sendCommand(Command command) async { await control.write(command.writeToBuffer()); }
scstw_lib package
documentation
bluetooth_connection
BaseStationBluetoothCharacteristics
sendCommand method
BaseStationBluetoothCharacteristics class