Packages

AutoApi is able to parse and execute Auto API binary data

Current section

Files

Jump to
auto_api specs capabilities light_conditions.json
Raw

specs/capabilities/light_conditions.json

{
"name": "light_conditions",
"name_cased": "lightConditions",
"name_pretty": "Light Conditions",
"category": "environment",
"authorization": true,
"identifier": {
"msb": 0,
"lsb": 84
},
"api": {
"intro": 5,
"update": 12
},
"getters": {
"name": "get_light_conditions"
},
"state": "all",
"properties": [
{
"id": 1,
"name": "outside_light",
"name_cased": "outsideLight",
"name_pretty": "Outside light",
"type": "unit.illuminance",
"size": 10,
"description": "Measured outside illuminance",
"examples": [
{
"data_component": "110040fb198000000000",
"value": {
"lux": 111000.0
},
"description": "Outside illuminance is 111'000.0lux"
}
]
},
{
"id": 2,
"name": "inside_light",
"name_cased": "insideLight",
"name_pretty": "Inside light",
"type": "unit.illuminance",
"size": 10,
"description": "Measured inside illuminance",
"examples": [
{
"data_component": "11003fd0000000000000",
"value": {
"lux": 0.25
},
"description": "Inside illuminance is 0.25lux"
}
]
}
]
}