Query$GetMyDevices$pairedDevices$plusDevice constructor
Query$GetMyDevices$pairedDevices$plusDevice({
- double? allTimesHighConsumption,
- double? allTimesHighProduction,
- bool? hasProduction,
- int? blinksPerKwh,
- String? errorCode,
- double? rmsCurrentMaxPerPhaseAmpere,
- int? consumptionAlarmMaxWh,
- Query$GetMyDevices$pairedDevices$plusDevice$deviceType? deviceType,
- List<
Query$GetMyDevices$pairedDevices$plusDevice$remoteDevices> ? remoteDevices, - Query$GetMyDevices$pairedDevices$plusDevice$baseDevice? baseDevice,
- String $__typename = 'PlusDevice',
Implementation
Query$GetMyDevices$pairedDevices$plusDevice({
this.allTimesHighConsumption,
this.allTimesHighProduction,
this.hasProduction,
this.blinksPerKwh,
this.errorCode,
this.rmsCurrentMaxPerPhaseAmpere,
this.consumptionAlarmMaxWh,
this.deviceType,
this.remoteDevices,
this.baseDevice,
this.$__typename = 'PlusDevice',
});