I've looked everywhere for a scripting reference but can't seem to find it.
I'm looking for a way to call HSBuddy from a Script (C# would be nice) that I can use to trigger a push notification to a phone/watch. I can't just call it from the event as the script can send different messages and strings depending on what it finds.
Is there a user guide or programming API document anywhere? What can be specified in the HSBuddy Event dialog would be fine if the same information could be passed via some sort an exposed class that can be called by the hs.pluginfunction command.
I.E. hs.PluginFunction("HSBuddy", "PushNotification", "phoneID", "Hello, I'm a Message", nothing)
Thanks,
George
I'm looking for a way to call HSBuddy from a Script (C# would be nice) that I can use to trigger a push notification to a phone/watch. I can't just call it from the event as the script can send different messages and strings depending on what it finds.
Is there a user guide or programming API document anywhere? What can be specified in the HSBuddy Event dialog would be fine if the same information could be passed via some sort an exposed class that can be called by the hs.pluginfunction command.
I.E. hs.PluginFunction("HSBuddy", "PushNotification", "phoneID", "Hello, I'm a Message", nothing)
Thanks,
George
Comment