Type Alias ZoneStateSensorDataPoints

ZoneStateSensorDataPoints: {
    humidity: DataPointPercentage;
    insideTemperature: DataPointTemperature;
}

Type declaration