{ "@context": [ "https://www.w3.org/2019/wot/td/v1" ], "@type": "ThingModel", "title": "OMA LwM2M Light Control (Object ID 3311)", "properties": { "required": ["On_Off"], "On_Off": { "title": "On_Off", "description": "On/off control. Boolean value where True is On and False is Off.", "type": "boolean" }, "Dimmer": { "title": "Dimmer", "description": "This resource represents a dimmer setting, which has an Integer value between 0 and 100 as a percentage.", "type": "integer", "unit": "/100", "minimum": 0, "maximum": 100 }, "On_time": { "title": "On_time", "description": "The time in seconds that the device has been on. Writing a value of 0 resets the counter.", "type": "integer", "unit": "s" }, "Cumulative_active_power": { "title": "Cumulative_active_power", "description": "The cumulative active power since the last cumulative energy reset or device start.", "writable": false, "type": "number", "unit": "Wh" }, "Power_factor": { "title": "Power_factor", "description": "If applicable, the power factor of the current consumption.", "writable": false, "type": "number" }, "Colour": { "title": "Colour", "description": "A string representing a value in some color space.", "type": "string" }, "Sensor_Units": { "title": "Sensor_Units", "description": "Measurement Units Definition.", "writable": false, "type": "string" }, "Application_Type": { "title": "Application_Type", "description": "The application type of the sensor or actuator as a string depending on the use case.", "type": "string" } } }