Created
October 12, 2012 01:09
-
-
Save schappim/3876777 to your computer and use it in GitHub Desktop.
List Devices Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result": 1, | |
"error": null, | |
"id": 0, | |
"data": { | |
"1712BB000774_3_0_0": { | |
"vid": "0", | |
"gid": "3", | |
"did": "0", | |
"meta": { | |
}, | |
"shortName": "", | |
"subDevices": { | |
} | |
}, | |
"1713BB000774_0_0_1": { | |
"vid": "0", | |
"did": "1", | |
"device_type": "temperature", | |
"default_name": "Block Temperature", | |
"css_class": "sensor cape temp", | |
"is_sensor": 1, | |
"is_actuator": 0, | |
"is_silent": 0, | |
"gid": "0", | |
"meta": { | |
}, | |
"subDevices": { | |
}, | |
"shortName": "Block Temperature" | |
}, | |
"1713BB000674_0_0_1004": { | |
"vid": "0", | |
"did": "1004", | |
"device_type": "webcam", | |
"default_name": "Web Cam", | |
"css_class": "sensor actuator usb camera webcam", | |
"is_sensor": 0, | |
"is_actuator": 1, | |
"is_silent": 0, | |
"gid": "0", | |
"meta": { | |
}, | |
"subDevices": { | |
}, | |
"shortName": "Web Cam" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment