Build the request bytes to send to the device.
@override Uint8List buildRequest() { return Uint8List.fromList([commandId, 0]); }