setId abstract method

Future<CommandResponse> setId({
  1. required String deviceId,
  2. required String poolId,
})

Sets the connection pool ID to the specified 4-character hexadecimal value.

deviceId - The identifier of the target device. poolId - A valid 4-character hexadecimal connection pool ID.

Returns a CommandResponse indicating the success or failure of the operation.

Implementation

Future<CommandResponse> setId(
    {required String deviceId, required String poolId});