bitfocus / companion-module-bmd-hyperdeck

MIT License
10 stars 13 forks source link

Feature Request: Remote Control - Action and Feedback #42

Closed ColinMulcahy closed 1 year ago

ColinMulcahy commented 3 years ago

Hi,

Is it possible to implement the following features:

ACTION

To enable or disable remote control:

remote: enable: {“true”, “false”} ↵

The current remote control state may be overridden allowing remote access over ethernet irrespective of the current remote control state:

remote: override: {“true”, “false”} ↵

The override state is only valid for the currently connected ethernet client and only while the connection remains open.

The “remote” command may be used to query the remote control state of the deck by specifying no parameters:

remote↵

FEEDBACK

The deck will return the current remote control state:

210 remote info:↵ enabled: {“true”, “false”}↵ override: {“true”, “false”}↵ ↵

sphlabs commented 2 years ago

I have added an action for setting remote state. Feedback will need to wait for an update to the hyperdeck-connection library

https://github.com/nrkno/sofie-hyperdeck-connection/issues/15

sphlabs commented 1 year ago

Remote status feedback has now been added, along with a toggle option to the action.