EDS0068 - Temperature, Humidity, Pressure & Light
         EDS0068
 
    
        
            | ├── address├── alias
 ├── crc8
 ├── device_id
 ├── device_type
 ├── family
 ├── id
 ├── locator
 ├── memory
 ├── pages
 │   ├── page.0
 │   ├── page.1
 │   ├── page.2
 │   └── page.ALL
 ├── r_address
 ├── r_id
 ├── r_locator
 ├── tag
 └── type
 
 | ├── EDS0068│   ├── alarm
 │   │   ├── clear
 │   │   ├── dew_point_hi
 │   │   ├── dew_point_low
 │   │   ├── heat_index_hi
 │   │   ├── heat_index_low
 │   │   ├── humidex_hi
 │   │   ├── humidex_low
 │   │   ├── humidity_hi
 │   │   ├── humidity_low
 │   │   ├── inHg_hi
 │   │   ├── inHg_low
 │   │   ├── light_hi
 │   │   ├── light_low
 │   │   ├── pressure_hi
 │   │   ├── pressure_low
 │   │   ├── temp_hi
 │   │   └── temp_low
 │   ├── counter
 │   │   └── seconds
 │   ├── dew_point
 │   ├── heat_index
 │   ├── humidex
 │   ├── humidity
 │   ├── inHg
 │   ├── light
 │   ├── pressure
 │   ├── set_alarm
 │   │   ├── dew_point_hi
 │   │   ├── dew_point_low
 │   │   ├── heat_index_hi
 │   │   ├── heat_index_low
 │   │   ├── humidex_hi
 │   │   ├── humidex_low
 │   │   ├── humidity_hi
 │   │   ├── humidity_low
 │   │   ├── inHg_hi
 │   │   ├── inHg_low
 │   │   ├── light_hi
 │   │   ├── light_low
 │   │   ├── pressure_hi
 │   │   ├── pressure_low
 │   │   ├── temp_hi
 │   │   └── temp_low
 │   ├── temperature
 │   └── threshold
 │       ├── dew_point_hi
 │       ├── dew_point_low
 │       ├── heat_index_hi
 │       ├── heat_index_low
 │       ├── humidex_hi
 │       ├── humidex_low
 │       ├── humidity_hi
 │       ├── humidity_low
 │       ├── inHg_hi
 │       ├── inHg_low
 │       ├── light_hi
 │       ├── light_low
 │       ├── pressure_hi
 │       ├── pressure_low
 │       ├── temp_hi
 │       └── temp_low
 
 
 |