Query$GetDeviceByIdV2$deviceByIdV2$plusDevice constructor
Query$GetDeviceByIdV2$deviceByIdV2$plusDevice({
- String? mepKey,
- String? opticalKey,
- String? gpk60Key,
- String? gpk61Key,
- bool? localMqttEnabled,
- String? localMqttBroker,
- int? localMqttPort,
- String? localMqttUser,
- String? localMqttPassword,
- int? blinksPerKwh,
- double? allTimesHighConsumption,
- double? allTimesHighProduction,
- bool? hasProduction,
- String? errorCode,
- required bool isOnline,
- double? rmsCurrentMaxPerPhaseAmpere,
- int? consumptionAlarmMaxWh,
- Query$GetDeviceByIdV2$deviceByIdV2$plusDevice$deviceType? deviceType,
- String $__typename = 'PlusDevice',
Implementation
Query$GetDeviceByIdV2$deviceByIdV2$plusDevice({
this.mepKey,
this.opticalKey,
this.gpk60Key,
this.gpk61Key,
this.localMqttEnabled,
this.localMqttBroker,
this.localMqttPort,
this.localMqttUser,
this.localMqttPassword,
this.blinksPerKwh,
this.allTimesHighConsumption,
this.allTimesHighProduction,
this.hasProduction,
this.errorCode,
required this.isOnline,
this.rmsCurrentMaxPerPhaseAmpere,
this.consumptionAlarmMaxWh,
this.deviceType,
this.$__typename = 'PlusDevice',
});