| Name | Type | Description | Notes |
|---|---|---|---|
| connected | bool | [optional] | |
| connectedCode | string | [optional] | |
| brightness | int | current dimmer brightness value in percent | [optional] |
| on | bool | [optional] | |
| color | string | integer (hex) value of a current color, ranging from `0x000001` to `0xFFFFFF` | [optional] |
| colorBrightness | int | color brightness in percent | [optional] |
| depth | int | [optional] | |
| distance | int | [optional] | |
| value | float | [optional] | |
| support | int | A bitmask indicating which measurements are supported by the electricity meter. See https://github.com/SUPLA/supla-cloud/blob/master/src/SuplaBundle/Enums/ElectricityMeterSupportBits.php for more info. All not supported measurements will not be present in the response. | [optional] |
| totalCost | float | [optional] | |
| pricePerUnit | float | [optional] | |
| currency | string | [optional] | |
| phases | \Supla\ApiClient\Model\ChannelStateElectricityMeterPhase[] | [optional] | |
| hi | bool | [optional] | |
| partialHi | bool | [optional] | |
| humidity | float | value provided by the sensor, including possibly configured delta adjustment | [optional] |
| temperature | float | value provided by the sensor, including possibly configured delta adjustment | [optional] |
| heating | bool | [optional] | |
| cooling | bool | [optional] | |
| manual | bool | [optional] | |
| countdownTimer | bool | [optional] | |
| thermometerError | bool | [optional] | |
| clockError | bool | [optional] | |
| forcedOffBySensor | bool | [optional] | |
| weeklyScheduleTemporalOverride | bool | [optional] | |
| batteryCoverOpen | bool | [optional] | |
| calibrationError | bool | [optional] | |
| mode | string | [optional] | |
| temperatureHeat | float | [optional] | |
| temperatureCool | float | [optional] | |
| temperatureMain | float | [optional] | |
| humidityMain | float | [optional] | |
| impulsesPerUnit | int | [optional] | |
| counter | int | [optional] | |
| calculatedValue | float | [optional] | |
| unit | string | [optional] | |
| currentOverload | bool | [optional] | |
| isCalibrating | bool | [optional] | |
| notCalibrated | bool | [optional] | |
| shut | int | [optional] | |
| closed | bool | [optional] | |
| manuallyClosed | bool | [optional] | |
| flooding | bool | [optional] | |
| executing | bool | ||
| initiatorTypeId | int | [optional] | |
| initiatorType | string | [optional] | |
| initiatorId | int | [optional] | |
| initiatorName | string | [optional] | |
| millisecondsFromStart | int | [optional] | |
| millisecondsToEnd | int | [optional] | |
| tiltPercent | int | [optional] | |
| tiltAngle | int | [optional] |