clearPreamble abstract method
- String deviceId
Clears the preamble formatting on the device.
deviceId
- The identifier of the target device.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> clearPreamble(String deviceId);