Blade

Can you please supply the scripts needed to arm and disarm the plugin using a code please.

I can see this in the documentation

hs.PluginFunction("BLSecurity", "", "SetSecurityModeArmed", new Object(){False})


But, can the code be included in the ode above?

E.G.

hs.PluginFunction("BLSecurity", "1234", "SetSecurityModeArmed", new Object(){False})

Does the plugin when using scripts provide any feedback, e.g If the wrong code is passed it fails and returns and error code?

Thanks