Migrating from HS2 to HS3.
I used to have a script in HS2 that sends a picture from the front door camera to a predefined e-mail addres when somebody rings the doorbel.
When trying to use the script in HS3 it fails on pi = hs.Plugin("Netcam")with
Running script C:\Program Files (x86)\HomeSeer HS3\scripts\E_mail pictures.vb :Exception has been thrown by the target of an invocation.Public member 'Plugin' on type 'hsapplication' not found
I believe this is caused because HS3 deals with plugins in a different way.
Is a new sample script available to send NetCam pictures?
I used to have a script in HS2 that sends a picture from the front door camera to a predefined e-mail addres when somebody rings the doorbel.
When trying to use the script in HS3 it fails on pi = hs.Plugin("Netcam")with
Running script C:\Program Files (x86)\HomeSeer HS3\scripts\E_mail pictures.vb :Exception has been thrown by the target of an invocation.Public member 'Plugin' on type 'hsapplication' not found
I believe this is caused because HS3 deals with plugins in a different way.
Is a new sample script available to send NetCam pictures?