tests/BACnet/beremiz.xml
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 11 Mar 2019 17:20:15 +0100
changeset 2522 1378c18402c3
parent 2254 3145dcffc6ed
permissions -rw-r--r--
Fixed more pylint reports :
connectors/__init__.py:31: [W1652(deprecated-types-field), ] Accessing a deprecated fields on the types module
in fact, it should have been unused import.
2254
3145dcffc6ed Add BACnet example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
3145dcffc6ed Add BACnet example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     2
<BeremizRoot xmlns:xsd="http://www.w3.org/2001/XMLSchema" URI_location="LOCAL://">
3145dcffc6ed Add BACnet example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     3
  <TargetType/>
3145dcffc6ed Add BACnet example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     4
</BeremizRoot>