Packages

AutoApi is able to parse and execute Auto API binary data

Current section

Files

Jump to
auto_api specs capabilities weather_conditions.json
Raw

specs/capabilities/weather_conditions.json

{
"name": "weather_conditions",
"name_cased": "weatherConditions",
"name_pretty": "Weather Conditions",
"category": "environment",
"authorization": true,
"identifier": {
"msb": 0,
"lsb": 85
},
"api": {
"intro": 5,
"update": 11
},
"getters": {
"name": "get_weather_conditions"
},
"state": "all",
"properties": [
{
"id": 1,
"name": "rain_intensity",
"name_cased": "rainIntensity",
"name_pretty": "Rain intensity",
"type": "types.percentage",
"description": "Measured raining intensity percentage, whereas 0% is no rain and 100% is maximum rain",
"examples": [
{
"data_component": "3ff0000000000000",
"value": 1.0,
"description": "Rain intensity is at 100% (maximum rain)"
}
]
}
]
}