kemApiV3DevicesIdDevicehostPost method
- required int? id,
- required DeviceHostUpdateV3Body? body,
setting the device host of a device given ID. @param id
Implementation
Future<chopper.Response> kemApiV3DevicesIdDevicehostPost({
required int? id,
required DeviceHostUpdateV3Body? body,
}) {
return _kemApiV3DevicesIdDevicehostPost(id: id, body: body);
}