setId abstract method
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});