kemproApiV2DevicesIdPeripheralsSetValuePost method

Future<Response> kemproApiV2DevicesIdPeripheralsSetValuePost({
  1. required int? id,
  2. required PeripheralValueUpdateV2Body? body,
})

Set the value of a peripheral entry within the device with the given ID. @param id

Implementation

Future<chopper.Response> kemproApiV2DevicesIdPeripheralsSetValuePost({
  required int? id,
  required PeripheralValueUpdateV2Body? body,
}) {
  return _kemproApiV2DevicesIdPeripheralsSetValuePost(id: id, body: body);
}