summaryrefslogtreecommitdiffstats
path: root/package/config.xml
blob: bd374b6855ebda0818c9e227fab198fd83ab895a (plain)
1
2
3
4
5
6
7
8
9
10
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 &lt;romain.forlot@iot.bzh&gt;</author>
  <license>APL 2.0</license>
</widget>