Hi,
ich bekomme es nicht hin einen JSON Befehl direkt aus IPS zu senden.
So geht es :
Sys_GetURLContent("http://192.168.0.38:3005/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22method%22:%22GUI.ShowNotification%22,%22params%22:{%22title%22:%22Motion%20Detected%22,%22message%22:%22Front%20Door%22},%22id%22:1}");
so aber nicht :
csck_SendText($clientid, '{"jsonrpc": "2.0","method":"GUI.ShowNotification","params":{"title":"Klingel","message":"Es"},"id": 1}');
Kann mir eine Helfen ?