Hi
Can anyone give med the script that I need to send a notification to my phone from HSbuddy?
I have tried with something like this, but no luck.
I am all new to script so please help
Sub Main(ByVal parm As Object)
Dim buddyparms(1) As String ' Define the parameter array
buddyparms(0) = "" ' Send it to all my phones and watches
buddyparms(1) = net_msg ' Now raise some stink!
hs.PluginFunction("HSBuddy","","SendNotification",buddyparms )
End Sub​
Can anyone give med the script that I need to send a notification to my phone from HSbuddy?
I have tried with something like this, but no luck.
I am all new to script so please help
Sub Main(ByVal parm As Object)
Dim buddyparms(1) As String ' Define the parameter array
buddyparms(0) = "" ' Send it to all my phones and watches
buddyparms(1) = net_msg ' Now raise some stink!
hs.PluginFunction("HSBuddy","","SendNotification",buddyparms )
End Sub​