kemproApiV2DevicesIdEventsGet method
- required String? id,
Get the events log of the device with the given ID @param id
Implementation
Future<chopper.Response<List<EventV2>>> kemproApiV2DevicesIdEventsGet(
{required String? id}) {
generatedMapping.putIfAbsent(EventV2, () => EventV2.fromJsonFactory);
return _kemproApiV2DevicesIdEventsGet(id: id);
}