setPostambleFromString abstract method

Future<CommandResponse> setPostambleFromString({
  1. required String deviceId,
  2. required String postamble,
})

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});