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