{ "title": "window.basic", "description": "Simple window device", "lang": "en", "documentation": "http://recherche.telecom-bretagne.eu/xaal/documentation/", "ref": "http://recherche.telecom-bretagne.eu/xaal/documentation/powerrelay.basic", "license": "Copyright Christophe Lohr Telecom Bretagne 2014 - Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.", "extends": "any.any", "attributes": { "position": { "description": "Position of the window", "unit": "true=open false=close", "type": { "$schema": "http://json-schema.org/schema#", "type": "boolean" } } }, "methods": { "getAttributes": { "description": "Return attributes of the device", "parameters": { "attributes": { "description": "List of wanted attributes", "unit": "", "direction": "in", "type": { "$schema": "http://json-schema.org/schema#", "type": "array", "items": { "enum": [ "position" ] }, "additionalItems": false } }, "position": { "description": "State of the window", "unit": "true=on false=off", "direction": "out", "type": { "$schema": "http://json-schema.org/schema#", "type": "boolean" } } }, "relatedAttributes": [ ] }, "open": { "description": "Open the window", "parameters": { }, "relatedAttributes": [ "position" ] }, "close": { "description": "Close the window", "parameters": { }, "relatedAttributes": [ "position" ] } }, "notifications": { "attributesChange": { "description": "Report attributes that have changed", "parameters": { "position": { "description": "Postion of the window", "unit": "true=open false=close", "type": { "$schema": "http://json-schema.org/schema#", "type": "boolean" } } } } } }