kemApiV3DevicesIdDevicehostPost method

Future<Response> kemApiV3DevicesIdDevicehostPost({
  1. required int? id,
  2. 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);
}