// Auto-generated. Do not edit.


    declare const enum TemperatureCondition {
    //% block="hot"
    Hot = 2,  // SENSOR_THRESHOLD_HIGH
    //% block="cold"
    Cold = 1,  // SENSOR_THRESHOLD_LOW
    }


    declare const enum TemperatureUnit {
    //% block="°C"
    Celsius = 0,
    //% block="°F"
    Fahrenheit = 1,
    }

// Auto-generated. Do not edit. Really.
