We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00f746e + 8623239 commit b2fcbfaCopy full SHA for b2fcbfa
1 file changed
api/gpio.json
@@ -3082,8 +3082,16 @@
3082
"application/json": {
3083
"result": 0,
3084
"product": "Example System",
3085
- "version": "1.0.0"
+ "version": "1.0.0",
3086
+ "pins" : {
3087
+ "14": 1023,
3088
+ "15": 111,
3089
+ "16": 201,
3090
+ "17": 0,
3091
+ "18": 1014,
3092
+ "19": 99
3093
}
3094
+ }
3095
3096
3097
@@ -3124,8 +3132,8 @@
3124
3132
"examples": {
3125
3133
3126
3134
"serviceId": "Host.dummyId.localhost.deviceconnect.org",
3127
- "profile": "connect",
3128
- "attribute": "onbluetoothchange",
3135
+ "profile": "gpio",
3136
+ "attribute": "onchange",
3129
3137
"pins" : {
3130
3138
"14": 1023,
3131
3139
"15": 111,
0 commit comments