{ "title": "thermometer.basic", "version": 0.3, "description": "Simple thermometer", "lang": "en", "documentation": "http://recherche.telecom-bretagne.eu/xaal/documentation/", "ref": "http://recherche.telecom-bretagne.eu/xaal/documentation/thermometer.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": { "temperature": { "description": "Temperature", "unit": "°C", "type": { "$schema": "http://json-schema.org/schema#", "type": "number" } } }, "methods": { "getAttributes": { "description": "Empty method - The device is not queryable", "parameters": { }, "relatedAttributes": [ ] } }, "notifications": { "attributesChange": { "description": "Report attributes that have changed", "parameters": { "temperature": { "description": "Temperature", "unit": "°C", "type": { "$schema": "http://json-schema.org/schema#", "type": "number" } } } } } }