Also how can I send a message to two groups?
Code:
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)
Leave a comment: