SystemConfiguration.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <UnderlyingSystem.Configuration
  2. xmlns="http://yourcompany.com/underlyingsystem"
  3. xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  4. <Controllers>
  5. <Name>AirConditioner1</Name>
  6. <Type>1</Type>
  7. <Properties>
  8. <Name>State</Name>
  9. <DataType>i=6</DataType>
  10. <Value>1</Value>
  11. <Writeable>false</Writeable>
  12. </Properties>
  13. <Properties>
  14. <Name>Temperature</Name>
  15. <DataType>i=11</DataType>
  16. <Value>0</Value>
  17. <Range>10:40</Range>
  18. </Properties>
  19. <Properties>
  20. <Name>TemperatureSetPoint</Name>
  21. <DataType>i=11</DataType>
  22. <Value>18</Value>
  23. <Writeable>true</Writeable>
  24. </Properties>
  25. <Properties>
  26. <Name>Humidity</Name>
  27. <DataType>i=11</DataType>
  28. <Value>0</Value>
  29. <Range>0:100</Range>
  30. </Properties>
  31. <Properties>
  32. <Name>HumiditySetPoint</Name>
  33. <DataType>i=11</DataType>
  34. <Value>18</Value>
  35. <Writeable>true</Writeable>
  36. </Properties>
  37. </Controllers>
  38. <Controllers>
  39. <Name>AirConditioner2</Name>
  40. <Type>1</Type>
  41. <Properties>
  42. <Name>State</Name>
  43. <DataType>i=6</DataType>
  44. <Value>1</Value>
  45. <Writeable>false</Writeable>
  46. </Properties>
  47. <Properties>
  48. <Name>Temperature</Name>
  49. <DataType>i=11</DataType>
  50. <Value>0</Value>
  51. <Range>10:40</Range>
  52. </Properties>
  53. <Properties>
  54. <Name>TemperatureSetPoint</Name>
  55. <DataType>i=11</DataType>
  56. <Value>18</Value>
  57. <Writeable>true</Writeable>
  58. </Properties>
  59. <Properties>
  60. <Name>Humidity</Name>
  61. <DataType>i=11</DataType>
  62. <Value>0</Value>
  63. <Range>0:100</Range>
  64. </Properties>
  65. <Properties>
  66. <Name>HumiditySetPoint</Name>
  67. <DataType>i=11</DataType>
  68. <Value>18</Value>
  69. <Writeable>true</Writeable>
  70. </Properties>
  71. </Controllers>
  72. <Controllers>
  73. <Name>Furnace1</Name>
  74. <Type>2</Type>
  75. <Properties>
  76. <Name>State</Name>
  77. <DataType>i=6</DataType>
  78. <Value>1</Value>
  79. <Writeable>false</Writeable>
  80. </Properties>
  81. <Properties>
  82. <Name>Temperature</Name>
  83. <DataType>i=11</DataType>
  84. <Value>0</Value>
  85. <Range>10:40</Range>
  86. </Properties>
  87. <Properties>
  88. <Name>TemperatureSetPoint</Name>
  89. <DataType>i=11</DataType>
  90. <Value>22</Value>
  91. <Writeable>true</Writeable>
  92. </Properties>
  93. </Controllers>
  94. <Controllers>
  95. <Name>Furnace2</Name>
  96. <Type>2</Type>
  97. <Properties>
  98. <Name>State</Name>
  99. <DataType>i=6</DataType>
  100. <Value>1</Value>
  101. <Writeable>false</Writeable>
  102. </Properties>
  103. <Properties>
  104. <Name>Temperature</Name>
  105. <DataType>i=11</DataType>
  106. <Value>0</Value>
  107. <Range>10:40</Range>
  108. </Properties>
  109. <Properties>
  110. <Name>TemperatureSetPoint</Name>
  111. <DataType>i=11</DataType>
  112. <Value>22</Value>
  113. <Writeable>true</Writeable>
  114. </Properties>
  115. </Controllers>
  116. </UnderlyingSystem.Configuration>