compiler uebung 4

This commit is contained in:
M.Scholz 2012-02-06 13:12:50 +01:00
parent 34d3686746
commit 1e39109750
3 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ JSON Format falg = deviceinfo:
http://www.da-sense.de/test/api.php?flag=deviceinfo&json={"deviceType":1, "deviceID":123456789, "deviceManufactor":"Scholz", "deviceModel":"Testdevice", "deviceName":"ErstesAPITestDevice", "sensors": [ { "type":1, "sensorAttributes": [ { "key":"testkey2", "value":"33" }, { "key":"testkeyNeu", "value":"stringvalueNeu" } ] }, {"type":2, "sensorAttributes": [ { "key":"testkey2", "value":"53" } ] } ] }
{"deviceType": 2, "deviceID": "12345", "deviceManufactor": "LIBELIUM", "deviceModel": "TESTWASPMOTE", "deviceName": "Test Waspmote", "sensors": [ { "type": 4, "sensorAttributes": [ {} ] } ] }
JSON Format flag = input:

Binary file not shown.

Binary file not shown.