kemApiV3DevicesIdEventsSendNotificationPost method

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

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

Implementation

Future<chopper.Response> kemApiV3DevicesIdEventsSendNotificationPost({
  required int? id,
  required EventSendV3Body? body,
}) {
  return _kemApiV3DevicesIdEventsSendNotificationPost(id: id, body: body);
}