lwm2m
Version:
Library for developing servers and client of OMA Lightweight M2M
35 lines (34 loc) • 593 B
JSON
{
"serverId": {
"type": "Integer",
"id": 0,
"range": {
"min": 1,
"max": 65535
},
"required": true
},
"lifetime": {
"type": "Integer",
"id": 1,
"required": true
},
"notifStoring": {
"type": "Boolean",
"id": 6,
"required": true
},
"binding": {
"type": "String",
"id": 7,
"enum": [
"U",
"UQ",
"S",
"SQ",
"US",
"UQS"
],
"required": true
}
}