Commit 518d6fea255223c721c2199a516c454fabfaba8d
- Diff rendering mode:
- inline
- side by side
data/config.xml
(4 / 4)
|   | |||
| 1 | 1 | <?xml version="1.0" encoding="utf-8"?> | |
| 2 | 2 | <properties version="1"> | |
| 3 | 3 | <property name="config"> | |
| 4 | <property name="subsystems/DS485Proxy/rs485devicename" type="string"> | ||
| 4 | <!--property name="subsystems/DS485Proxy/rs485devicename" type="string"> | ||
| 5 | 5 | <value>/dev/ttyUSB0</value> | |
| 6 | </property> | ||
| 6 | </property--> | ||
| 7 | 7 | <property name="subsystems/DSSim/js-devices"> | |
| 8 | 8 | <property name="example"> | |
| 9 | 9 | <property name="script-file" type="string"> | |
| … | … | ||
| 65 | 65 | <value>/mnt/webroot/</value> | |
| 66 | 66 | </property> | |
| 67 | 67 | --> | |
| 68 | <property name="subsystems/WebServer/plugins/testplugin"> | ||
| 68 | <!--property name="subsystems/WebServer/plugins/testplugin"> | ||
| 69 | 69 | <property name="file" type="string"> | |
| 70 | 70 | <value>data/webplugins/webserver_plugin.so</value> | |
| 71 | 71 | </property> | |
| 72 | 72 | <property name="uri" type="string"> | |
| 73 | 73 | <value>/test/*</value> | |
| 74 | 74 | </property> | |
| 75 | </property> | ||
| 75 | </property--> | ||
| 76 | 76 | <property name="subsystems/FakeMeter/enabled" type="boolean"> | |
| 77 | 77 | <value>false</value> | |
| 78 | 78 | </property> |
data/sim.xml
(3 / 5)
|   | |||
| 1 | 1 | <?xml version="1.0"?> | |
| 2 | 2 | <simulation version="1"> | |
| 3 | <modulator busid="71" dsid="13"> | ||
| 3 | <!--modulator busid="71" dsid="13"> | ||
| 4 | 4 | <zone id="4"> | |
| 5 | 5 | <device dsid="11" busid="11" type="standard.simple"/> | |
| 6 | 6 | </zone> | |
| … | … | ||
| 10 | 10 | <zone id="1"> | |
| 11 | 11 | <device dsid="4" busid="4" type="standard.simple"/> | |
| 12 | 12 | <device dsid="13" busid="13" type="standard.simple"/> | |
| 13 | <!-- <device dsid="6" busid="6" type="standard.switch" bell="true"/> --> | ||
| 13 | <device dsid="6" busid="6" type="standard.switch" bell="true"/> | ||
| 14 | 14 | <group id="1"> | |
| 15 | 15 | <device busid="4" /> | |
| 16 | 16 | <device busid="13" /> | |
| … | … | ||
| 28 | 28 | <zone id="172"> | |
| 29 | 29 | <device dsid="7" busid="7" type="standard.switch"> | |
| 30 | 30 | </device> | |
| 31 | <!-- | ||
| 32 | 31 | <device dsid="2" busid="2" type="example.vlc_remote"> | |
| 33 | 32 | <parameter name="port">4212</parameter> | |
| 34 | 33 | <parameter name="host">192.168.169.232</parameter> | |
| … | … | ||
| 40 | 40 | <group id="4"> | |
| 41 | 41 | <device busid="2" /> | |
| 42 | 42 | </group> | |
| 43 | --> | ||
| 44 | 43 | </zone> | |
| 45 | </modulator> | ||
| 44 | </modulator--> | ||
| 46 | 45 | </simulation> |
data/subscriptions.xml
(3 / 11)
|   | |||
| 1 | 1 | <?xml version="1.0"?> | |
| 2 | <subscriptions version="1"> | ||
| 3 | <subscription event-name="call" handler-name="raise_event"> | ||
| 4 | <parameter> | ||
| 5 | <parameter name="event_name">sendBell</parameter> | ||
| 6 | </parameter> | ||
| 7 | <filter match="all"> | ||
| 8 | <property-filter type="matches" value="0797428986" property="source" /> | ||
| 9 | </filter> | ||
| 10 | </subscription> | ||
| 11 | <subscription event-name="sendBell" handler-name="bus_handler"> | ||
| 2 | <subscriptions version="1"> | ||
| 3 | <!--subscription event-name="sendBell" handler-name="bus_handler"> | ||
| 12 | 4 | <send type="callScene"> | |
| 13 | 5 | <parameter name="scene">14</parameter> | |
| 14 | 6 | </send> | |
| 15 | 7 | <parameter> | |
| 16 | 8 | <parameter name="location">.fid(4136)</parameter> | |
| 17 | 9 | </parameter> | |
| 18 | </subscription> | ||
| 10 | </subscription--> | ||
| 19 | 11 | <subscription event-name="turnOn" handler-name="bus_handler"> | |
| 20 | 12 | <send type="turnOn" /> | |
| 21 | 13 | </subscription> |

