TP4 password protection
Hey,
So this may be a dumb question, but I am attempting to add password protection to some buttons using TP4, and I see the password protection option under the general tab, but I can't find where to set the 4 available passwords. I've looked through all of the options and help, I've searched on here but couldn't find anything.
Any help would be appreciated.
Thanks
So this may be a dumb question, but I am attempting to add password protection to some buttons using TP4, and I see the password protection option under the general tab, but I can't find where to set the 4 available passwords. I've looked through all of the options and help, I've searched on here but couldn't find anything.
Any help would be appreciated.
Thanks
0
Comments
//panel passwords PASSWORD_1 = '1234' PASSWORD_2 = '3456' PASSWORD_3 = '5678' DATA_EVENT [dvaTP] { ONLINE: { [INDENT] //set panel passwords[/INDENT] [INDENT] SEND_COMMAND dvaTP[nPanel],"'^PWD-1,',PASSWORD_1" SEND_COMMAND dvaTP[nPanel],"'^PWD-2,',PASSWORD_2" SEND_COMMAND dvaTP[nPanel],"'^PWD-3,',PASSWORD_3"[/INDENT] } }