kemproApiV2DevicesIdPeripheralsSetValuePost method
- required int? id,
- 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);
}