Skip to content

Commit b2fcbfa

Browse files
Merge pull request #7 from TakayukiHoshi1984/modify_gpio_on_change
GPIOプロファイルの誤字脱字の修正
2 parents 00f746e + 8623239 commit b2fcbfa

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

api/gpio.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3082,8 +3082,16 @@
30823082
"application/json": {
30833083
"result": 0,
30843084
"product": "Example System",
3085-
"version": "1.0.0"
3085+
"version": "1.0.0",
3086+
"pins" : {
3087+
"14": 1023,
3088+
"15": 111,
3089+
"16": 201,
3090+
"17": 0,
3091+
"18": 1014,
3092+
"19": 99
30863093
}
3094+
}
30873095
}
30883096
}
30893097
}
@@ -3124,8 +3132,8 @@
31243132
"examples": {
31253133
"application/json": {
31263134
"serviceId": "Host.dummyId.localhost.deviceconnect.org",
3127-
"profile": "connect",
3128-
"attribute": "onbluetoothchange",
3135+
"profile": "gpio",
3136+
"attribute": "onchange",
31293137
"pins" : {
31303138
"14": 1023,
31313139
"15": 111,

0 commit comments

Comments
 (0)