diff options
Diffstat (limited to 'package/config.xml')
-rw-r--r-- | package/config.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml new file mode 100644 index 0000000..bd374b6 --- /dev/null +++ b/package/config.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="HVAC" version="0.1"> + <name>HVAC</name> + <icon src="icon.svg"/> + <content src="bin/hvac" type="application/vnd.agl.native"/> + <description>This is a demo application used to control and dialog with HVAC system</description> + <author>Romain Forlot <romain.forlot@iot.bzh></author> + <license>APL 2.0</license> +</widget> + + |