openhab-addons/bundles/org.openhab.binding.unifiedremote
Wouter Born 07a1976c81
Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons

This makes the texts used by these add-ons translatable with Crowdin.

To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file.
We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications.

There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged.

Signed-off-by: Wouter Born <github@maindrain.net>
2021-12-15 18:40:21 +01:00
..
src/main Add default translations for binding add-ons (#11760) 2021-12-15 18:40:21 +01:00
NOTICE [unifiedremote] Initial contribution (#8546) 2020-10-24 10:00:25 -07:00
pom.xml applied spotless 2021-06-27 23:25:35 +02:00
README.md [unifiedremote] Initial contribution (#8546) 2020-10-24 10:00:25 -07:00

UnifiedRemote Binding

This binding integrates the Unified Remote Server.

Known Limitations: It needs the web interface to be enabled on the server settings to work.

Discovery

Discovery works on the default discovery UDP port 9511.

Thing Configuration

Only supported thing is 'Unified Remote Server Thing' which requires the Hostname to be correctly configured in order to work.

ThinTypeID description
server Unified Remote Server Thing
Config Type description
host String Unified Remote Server IP

Channels

channel type description
mouse-move String Relative mouse move in pixels. Expect number JSON array [x,y] ("[10,10]").
send-key String Use server key. Supported keys are: LEFT_CLICK, RIGHT_CLICK, LOCK, UNLOCK, SLEEP, SHUTDOWN, RESTART, LOGOFF, PLAY, PLAY, PAUSE, NEXT, PREVIOUS, STOP, VOLUME_MUTE, VOLUME_UP, VOLUME_DOWN, BRIGHTNESS_UP, BRIGHTNESS_DOWN, MONITOR_OFF, MONITOR_ON, ESCAPE, SPACE, BACK, LWIN, CONTROL, TAB, MENU, RETURN, UP, DOWN, LEFT, RIGHT

Full Example

Sample Thing

Thing unifiedremote:server:xx-xx-xx-xx-xx-xx [ host="192.168.1.10" ]

Sample Items

Group   pcRemote    "Living room PC"
String  PC_SendKey       "Send Key"                            (pcRemote)   {  channel="unifiedremote:server:xx-xx-xx-xx-xx-xx:send-key" }
String  PC_MouseMove       "Mouse Move"                            (pcRemote)   { channel="samsungtv:tv:livingroom:mouse-move" }