// Auto-generated. Do not edit.


    declare const enum LightCondition {
    //% block="dark"
    Dark = 1,  // SENSOR_THRESHOLD_LOW
    //% block="bright"
    Bright = 2,  // SENSOR_THRESHOLD_HIGH
    }

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