You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.benqprojector/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This binding supports two thing types based on the connection used: `projector-s
11
11
12
12
## Discovery
13
13
14
-
If the projector has a built-in Ethernet port connected to the same network as the openHAB server and either the 'AMX Device Discovery' or 'Control4' options are present and enabled in the projector's network menu, the thing will be discovered automatically.
14
+
If the projector has a built-in Ethernet port connected to the same network as the openHAB server and either the 'AMX Device Discovery' or 'Control4' options are present and enabled in the projector's network menu, the Thing will be discovered automatically.
15
15
Serial port or serial over IP connections must be configured manually.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.epsonprojector/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This binding supports two thing types based on the connection used: `projector-s
9
9
10
10
## Discovery
11
11
12
-
If the projector has a built-in Ethernet port connected to the same network as the openHAB server and either the 'AMX Device Discovery' or 'Control4 SDDP' options are present and enabled in the projector's network menu, the thing will be discovered automatically.
12
+
If the projector has a built-in Ethernet port connected to the same network as the openHAB server and either the 'AMX Device Discovery' or 'Control4 SDDP' options are present and enabled in the projector's network menu, the Thing will be discovered automatically.
13
13
Serial port or serial over IP connections must be configured manually.
14
14
15
15
## Binding Configuration
@@ -109,7 +109,7 @@ connection: &conEpson
109
109
110
110
## Full Example
111
111
112
-
things/epson.things:
112
+
### `epson.things` Example
113
113
114
114
```java
115
115
// serial port connection
@@ -120,7 +120,7 @@ epsonprojector:projector-tcp:hometheater "Projector" [ host="192.168.0.10", port
@@ -504,7 +504,7 @@ Also if a menu item from a custom menu was selected, ie: `Top menu 1` on Zone 5,
504
504
505
505
The functionality can be used to create very powerful rules as demontrated below. The following rule triggered from a menu item turns off all zones except for the zone that triggered the rule.
506
506
507
-
nuvo-turn-off-all-but-caller.rules:
507
+
#### `nuvo-turn-off-all-but-caller.rules` Example
508
508
509
509
```java
510
510
rule "Turn off all zones except caller zone"
@@ -545,7 +545,7 @@ By using these rules, it is possible to have artist, album and track names displ
545
545
Global Favorites selection and Menu selections from the custom menus described above are also processed by these rules.
546
546
The list of favorite names should be playable via another thing connected to openHAB and this thing should have a means to accept a text string that tells it to play a particular favorite/playlist.
0 commit comments