{ "title": "gateway.knx", "description": "Simple gateway that manage KNX devices", "lang": "en", "documentation": "http://recherche.telecom-bretagne.eu/xaal/documentation/", "ref": "http://recherche.telecom-bretagne.eu/xaal/documentation/gateway.knx", "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": "gateway.basic", "attributes": { "address_mapping": { "description": "Mapping between xAAL address and hardware address of KNX devices", "unit": "", "type": { "$schema": "http://json-schema.org/schema#", "type": "array", "items": { "type": "object", "properties": { "xAAL": { "type": "string", "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" }, "protocol": { "type": "string", "pattern": "^KNX$" }, "HWAddr": { "type": "object", "properties": { "snd": { "type": "integer", "minimum": 0, "maximum": 255 }, "rcv": { "type": "integer", "minimum": 0, "maximum": 255 } }, "additionnalProperties": false } }, "additionalProperties": false } } } }, "methods": { "getAttributes": { "description": "Get the addresses mapping", "parameters": { "attributes": { "description": "List of wanted attributes", "unit": "", "direction": "in", "type": { "$schema": "http://json-schema.org/schema#", "type": "array", "items": { "enum": [ "embedded", "address_mapping" ] }, "additionalItems": false } }, "embedded": { "description": "Embeded devices", "unit": "", "direction": "out", "type": { "$schema": "http://json-schema.org/schema#", "type": "array", "items": { "type": "object", "properties": { "description": { "type": "string" }, "devType": { "type": "string", "pattern": "^[a-zA-Z][a-zA-Z0-9_-]*.[a-zA-Z][a-zA-Z0-9_-]*$" }, "address": { "type": "string", "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" } }, "additionalProperties": false } } }, "address_mapping": { "description": "Mapping between xAAL address and hardware address of KNX devices", "unit": "", "direction": "out", "type": { "$schema": "http://json-schema.org/schema#", "type": "array", "items": { "type": "object", "properties": { "xAAL": { "type": "string", "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" }, "protocol": { "type": "string", "pattern": "^KNX$" }, "HWAddr": { "type": "object", "properties": { "snd": { "type": "integer", "minimum": 0, "maximum": 255 }, "rcv": { "type": "integer", "minimum": 0, "maximum": 255 } }, "additionnalProperties": false } }, "additionalProperties": false } } } }, "relatedAttributes": [ ] } }, "notifications": { "attributesChange": { "description": "Mapping chanched", "parameters": { "address_mapping": { "description": "Mapping between xAAL address and hardware address of KNX devices", "unit": "", "type": { "$schema": "http://json-schema.org/schema#", "type": "array", "items": { "type": "object", "properties": { "xAAL": { "type": "string", "pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$" }, "protocol": { "type": "string", "pattern": "^KNX$" }, "HWAddr": { "type": "object", "properties": { "snd": { "type": "integer", "minimum": 0, "maximum": 255 }, "rcv": { "type": "integer", "minimum": 0, "maximum": 255 } }, "additionnalProperties": false } }, "additionalProperties": false } } } } } } }