bitfocus / companion-module-soundcraft-ui

MIT License
15 stars 6 forks source link

Lock UI? #52

Closed Fred-DTV closed 2 years ago

Fred-DTV commented 2 years ago

Hi @fmalcher ,

Do you think it would be possible to integrate the lock-ing (log out) of the UI into companion? ![Uploading Screenshot 2022-11-08 at 11.00.28.jpg…]()

I would like to create a timed trigger to have the UI locked in regular intervals.

fmalcher commented 2 years ago

I'm afraid that will not work. The login/logout state are purely local and only restrict access to the UI (not the device itself). As long as there is no message sent over the network when a client logs out there is no way for us to lock a client remotely. See also https://github.com/bitfocus/companion-module-soundcraft-ui/issues/49

However, if you find a technical way for locking a client through network access, let me know! We can then of course implement this.