If this is your first visit, be sure to check out the FAQ. You must register before you can post. Your first post will be checked for appropriate content
(SPAM) - please allow a bit of time for that. After that, you'll be able to post at will!
What is the equivalent in the plugin to the double click on a profile in BI (so it is locked) ?
Br,
Kriz
I don't use the plugin so this might not be much help but there is Http commands to do this if the plugin can't.
I use an event to change my profile to several different ones (home,away,night,day).
And I use this run immediate script command for Profile#1.
&nhs.GetURL("YourBiIP","/admin?profile=1&lock=2&user=XXXX&pw=XXXX",0,YourBiPort#)
Looks like this with your info in it.
&nhs.GetURL("192.168.1.100","/admin?profile=1&lock=2&user=Blueiris&pw=Password",0,80)
Comment