{ "title": "basic.basic", "description": "A device without any dedicated attribute, method or notification", "lang": "en", "documentation": "http://recherche.telecom-bretagne.eu/xaal/documentation/", "ref": "http://recherche.telecom-bretagne.eu/xaal/documentation/basic.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": { "description": { "description": "Informal description of the device", "unit": "", "type": { "$schema": "http://json-schema.org/schema#", "type": "string" } } }, "methods": { "getAttributes" : { "description": "Get the description of the basic device", "parameters": { "attributes": { "description": "List of wanted attributes", "unit": "", "direction": "in", "type": { "$schema": "http://json-schema.org/schema#", "type": "array", "items": { "enum": [ "description" ] }, "additionalItems": false } }, "description": { "description": "Informal description of the device", "unit": "", "direction": "out", "type": { "$schema": "http://json-schema.org/schema#", "type": "string" } } }, "relatedAttributes": [ ] } } }