Search Results for: Light emitting diode
value constructs or simple arrays, protocol bindings for existing standards may require nested arrays and objects, and some constant values to be specified. for example, a simple payload structure may use a map: { "level": 50, "time": 10 } senml might use the following construct: [ { "bn": "/example/light
/" }, { "n": "level", "v": 50 }, { "n": "time", "v": 10 } ] a batch collection according to ocf may be structured like this: [ { "href": "/example/light/level", "rep": { "dimming": 50 } }, { "href": "/example/light/time", "rep": { "ramptime": 10 } } ] and an ipso smart object on lwm2m might look like...
https://w3c.github.io/wot-binding-templates/