24 lines
692 B
XML
24 lines
692 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<DeviceList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="config.xsd">
|
|
<Device name="example">
|
|
<Value type="boolean"/>
|
|
<Protocol type="DI">
|
|
<Port>
|
|
<Pin>GPIO_2</Pin>
|
|
</Port>
|
|
</Protocol>
|
|
</Device>
|
|
<Device name="example2">
|
|
<Value type="int" unit="°C">
|
|
<Conversion type="Offset" value="1.2" />
|
|
<Conversion type="Factor" value="2.5" />
|
|
</Value>
|
|
<Protocol type="AI">
|
|
<Port>
|
|
<Pin>GPIO_3</Pin>
|
|
</Port>
|
|
</Protocol>
|
|
</Device>
|
|
|
|
</DeviceList> |