setPostambleFromString abstract method
Sets the postamble formatting using a string.
deviceId - The identifier of the target device.
postamble - A string for the postamble, with a maximum length of 8.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> setPostambleFromString(
{required String deviceId, required String postamble});