-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
34 lines (30 loc) · 1.35 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version='1.0' encoding='UTF-8'?>
<Template xmlns="http://wirecloud.conwet.fi.upm.es/ns/template#">
<Catalog.ResourceDescription>
<Vendor>Handylearn Projects H2H e.K.</Vendor>
<Name>ledpanel</Name>
<DisplayName>LED Panel</DisplayName>
<Author>Meier</Author>
<Version>0.6</Version>
<Mail>info@handylearn-projects.de</Mail>
<Description>display a row of green LEDs, accepts input from 0 to 10.</Description>
<ImageURI>images/ledpanelpreview.png</ImageURI>
<iPhoneImageURI>images/led57.png</iPhoneImageURI>
<WikiURI>http://en.blog.handylearn.eu/develop/fiware/</WikiURI>
</Catalog.ResourceDescription>
<Platform.Wiring>
<InputEndpoint name="inputvalue" label="Value" type="text" action_label="display LEDs"
description="number of leds to turn on, from 0 to 10" friendcode="number" />
</Platform.Wiring>
<Platform.Preferences>
<Preference name="max_input" type="number" label="Maximum Value" description="This value will switch on all LEDs" default="10" />
</Platform.Preferences>
<Platform.Link>
<XHTML
href="index.html"
contenttype="text/html"
cacheable="true"
use-platform-style="true"/>
</Platform.Link>
<Platform.Rendering width="6" height="5" />
</Template>