{ "title": "gateway.basic", "description": "Simple gateway that manage physical devices", "lang": "en", "documentation": "http://recherche.imt-atlantique.fr/xaal/documentation/", "ref": "http://recherche.imt-atlantique.fr/xaal/documentation/gateway.basic", "license": "Copyright Christophe Lohr IMT Atlantique 2019 - 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": "basic.basic", "attributes": { "embedded":"embedded_t", "inactive":"embedded_t" }, "methods": { "get_attributes": { "description": "Get the list of embedded devices", "in": { "attributes":"attributes_t" }, "out": { "embedded":"embedded_t", "inactive":"embedded_t" } } }, "notifications": { "attributes_change": { "description": "The list of embedded devices after a change, with possibly those inactive", "out": { "embedded":"embedded_t", "inactive":"embedded_t" } } }, "datamodel": { "embedded_t": { "description": "List of embeded devices", "type": "data = [ * #6.37(bstr .size 16) ]" }, "attributes_t": { "description": "List of wanted attributes", "type": "data = [ ? \"embedded\", ? \"inactive\" ]" } } }