Created
December 11, 2012 01:50
-
-
Save raytiley/4255094 to your computer and use it in GitHub Desktop.
Kegboard object 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
{ | |
"id": 24, | |
"boardName": "Ray's Kegboard", | |
"boardType": "uno", | |
"pins":[ | |
{"pinNumber": 1, "type": "flow", "name": "Flow Meter A"}, | |
{"pinNumber": 2, "type": "flow", "name": "Flow Meter B"}, | |
{"pinNumber": 5, "type": "buzzer", "name": "Buzzer"}, | |
{"pinNumber": 10, "type": "onewire-temp", "name": "Temperature"}, | |
{"pinNumber": 13, "type": "relay", "name": "Solenoid A"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment