getDeviceAlerts static method
Get alerts of a given device
Implementation
static Future<List<Map<String, dynamic>>> getDeviceAlerts({required String deviceId,required int year, required int month}) {
return TuyaCameraPlatform.instance.getDeviceAlerts(deviceId: deviceId,year: year,month: month);
}