Page 1 of 1

(Not a bug) How to hide a device ?

Posted: Friday 19 April 2019 22:30
by Thorgal789
Hello, ATM I m using a script to mix 3 devices in a 4th. I m using a LUA script with

Code: Select all

if (devicechanged['first_devices']) then
But with that, I have 4 devices, and only 1 usefull.
If I put the 3 firsts device in "unused device" state, the script stop working (devicechanged is not trigger). Someone know if it's possible to "hide" the 3 first devices ?

Re: (Not a bug) How to hide a device ?

Posted: Saturday 20 April 2019 1:02
by waaren
Thorgal789 wrote: Friday 19 April 2019 22:30 Hello, ATM I m using a script to mix 3 devices in a 4th. I m using a LUA script with

Code: Select all

if (devicechanged['first_devices']) then
But with that, I have 4 devices, and only 1 usefull.
If I put the 3 firsts device in "unused device" state, the script stop working (devicechanged is not trigger). Someone know if it's possible to "hide" the 3 first devices ?
Put a $ in front of the name and they will not be shown in the switches or utility tab

Re: (Not a bug) How to hide a device ?

Posted: Saturday 20 April 2019 12:56
by Thorgal789
Yeah ^^.
And the LUA script is working too.
Thx a lot, I realy don't know this "secret feature".