SmartInfo
attributes
Name | Type | Read | Write | Hidden | Optional |
status | Boolean | True | True | False | False |
attribute | Unicode | True | True | False | False |
value | Integer | True | True | False | False |
raw_unit | SmartUnit | True | True | False | False |
worst | Integer | True | True | False | False |
raw_data | Long | True | True | False | False |
threshold | Integer | True | True | False | False |
id | Integer | True | True | False | False |
Json example
{
"__type__": "SmartInfo",
"__properties__": {
"status": true,
"attribute": "azerty",
"value": 1,
"raw_unit": 1,
"worst": 1,
"raw_data": {
"__type__": "Long",
"__value__": "-123456402131454313543215"
},
"threshold": 1,
"id": 1
}
}