Type Alias XRoomSensorDataPoints

XRoomSensorDataPoints: {
    humidity: XRoomPercentage;
    insideTemperature: XRoomValue;
}

Type declaration