lwm2m
Version:
Library for developing servers and client of OMA Lightweight M2M
80 lines (78 loc) • 1.34 kB
JSON
{
"manufacturer": {
"type": "String",
"id": 0
},
"deviceType": {
"type": "String",
"id": 17
},
"modelNumber": {
"type": "String",
"id": 1
},
"serialNumber": {
"type": "String",
"id": 2
},
"hardwareVer": {
"type": "String",
"id": 18
},
"firmwareVer": {
"type": "String",
"id": 3
},
"softwareVer": {
"type": "String",
"id": 19
},
"powerSrcs": {
"type": ["Integer"],
"id": 6
},
"srcVoltage": {
"type": ["Integer"],
"id": 7
},
"srcCurrent": {
"type": ["Integer"],
"id": 8
},
"batteryLevel": {
"type": "Integer",
"id": 9
},
"memoryFree": {
"type": "Integer",
"id": 10
},
"errorCode": {
"type": ["Integer"],
"id": 11
},
"currentTime": {
"type": "Time",
"id": 13
},
"utcOffset": {
"type": "String",
"id": 14
},
"timeZone": {
"type": "String",
"id": 15
},
"binding": {
"type": "String",
"id": 16,
"enum": [
"U",
"UQ",
"S",
"SQ",
"US",
"UQS"
]
}
}