Is there any documentaion on how to use this plugin?
Thanks
Jim
Thanks
Jim
Dim pushoverParams(8) As Object pushoverParams(0) = "Group 1, Group 2" 'Device/Group - must matched with a device name already in the plugin or 'All Clients' CASE SENSITIVE pushoverParams(1) = "Message..." 'Message Body pushoverParams(2) = "Title..." 'Message Title pushoverParams(3) = "normal" 'low/normal/high/emergency pushoverParams(4) = Nothing 'Message Sound - must match from list already in HomeSeer pushoverParams(5) = Nothing 'Message URL pushoverParams(6) = Nothing 'Message URL Title pushoverParams(7) = Nothing 'API String pushoverParams(8) = Nothing 'Attachment hs.PluginFunction("Pushover 3P", "", "Pushscript", pushoverParams)
pushoverParams(0) = "Group 1, Group 2" 'Device/Group - must matched with a device name already in the plugin or 'All Clients' CASE SENSITIVE
pushoverParams(0) = "Group 1, Group 2" 'Device/Group - must matched with a device name already in the plugin or 'All Clients' CASE SENSITIVE
Mar-07 5:22:41 PM | Pushover 3P | WebException Error The underlying connection was closed: An unexpected error occurred on a receive. |
Mar-07 5:20:03 PM | Pushover 3P | Error In SoundLoad The underlying connection was closed: An unexpected error occurred on a receive. |
Mar-07 5:22:41 PM | Pushover 3P | WebException Error The underlying connection was closed: An unexpected error occurred on a receive. |
Mar-07 5:20:03 PM | Pushover 3P | Error In SoundLoad The underlying connection was closed: An unexpected error occurred on a receive. |
Comment