<?xml version="1.0" encoding="UTF-8"?>
<iotConfig xmlns="https://cdn.aytict.fi/xmlns/iot">
  <device id="sensor-001">
    <type>temperature</type>
    <location>Server Room</location>
    <settings>
      <interval>60</interval>
      <unit>Celsius</unit>
    </settings>
  </device>
  <device id="switch-002">
    <type>switch</type>
    <location>Office</location>
    <settings>
      <state>off</state>
    </settings>
  </device>
</iotConfig>
