kemApiV3InternalNotificationsHistoryPost method

Future<Response> kemApiV3InternalNotificationsHistoryPost({
  1. required NotificationHistoryInsertV3Body? body,
})

Insert a notification history entry into the database

This is intended to be used for the new Home Energy Platform system to insert notifications from the new device host into the new NotificationHistory database.

Implementation

Future<chopper.Response> kemApiV3InternalNotificationsHistoryPost(
    {required NotificationHistoryInsertV3Body? body}) {
  return _kemApiV3InternalNotificationsHistoryPost(body: body);
}