23 lines
660 B
XML
23 lines
660 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">
|
|
<ValueInfo type="boolean"/>
|
|
<Port protocol="DI">
|
|
<Pin>GPIO_2</Pin>
|
|
</Port>
|
|
</Device>
|
|
<Device name="sensorarray">
|
|
<ValueInfo type="int" unit="°C">
|
|
<Offset>1.2</Offset>
|
|
<Factor>2.5</Factor>
|
|
</ValueInfo>
|
|
<Port protocol="DI">
|
|
<Pin>GPIO_3</Pin>
|
|
<Pin>GPIO_4</Pin>
|
|
<Pin>GPIO_5</Pin>
|
|
<Pin>GPIO_6</Pin>
|
|
</Port>
|
|
</Device>
|
|
|
|
</DeviceList> |