send method

void send(
  1. Device_ device,
  2. String command
)

Sends a command to the device (e.g. to change LED brightness).

Implementation

void send(sdk.Device_ device, String command) {
  aidlabManager_?.send(device, command);
}