{ "title": "button.basic", "description": "Simple button device", "lang": "en", "documentation": "http://recherche.imt-atlantique.fr/xaal/documentation/", "ref": "http://recherche.imt-atlantique.fr/xaal/documentation/button.basic", "license": "Copyright Christophe Lohr IMT Atlantique 2020 - 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", "notifications": { "click": { "description": "Report attributes that have changed, i.e. action on the button", "out": { "action":"action_t" } } }, "datamodel": { "action_t": { "description": "Action on the button (0:click 1:double_click 2:triple-click 14:long-press (>3sec) 5:super-long-press (>6sec)", "type": "data = uint" } } }