Search found 2 matches

by menesi
Fri Feb 20, 2009 10:09 am
Forum: User Contributions
Topic: Change all monitors mode buttons
Replies: 4
Views: 3749

I found it, in action.php (v1.24.0) "new_enabled" request is renamed to "newEnabled" and "new_function" to ""newFunction"... :roll:
by menesi
Thu Feb 19, 2009 9:13 pm
Forum: User Contributions
Topic: Change all monitors mode buttons
Replies: 4
Views: 3749

I tried this solution in VB Script to integrate ZM with my home automation software HouseBot . Here is my code: Dim objXMLHTTP Dim strParams, strURL Dim strMonitorId, strMonitorMode strURL = "http://192.168.2.13/zm/index.php" strMonitorId = "8" strMonitorMode = "Modect" strParams = "view=none&action ...