SmartInfo

Home

SmartInfo

attributes

NameTypeReadWriteHiddenOptional
statusBooleanTrueTrueFalseFalse
attributeUnicodeTrueTrueFalseFalse
valueIntegerTrueTrueFalseFalse
raw_unitSmartUnitTrueTrueFalseFalse
worstIntegerTrueTrueFalseFalse
raw_dataLongTrueTrueFalseFalse
thresholdIntegerTrueTrueFalseFalse
idIntegerTrueTrueFalseFalse

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
  }
}