Skip to content

Commit 9f507f1

Browse files
/airConditioner/temperatureをtargetTemperatureに修正。
1 parent 8c40d43 commit 9f507f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/airConditioner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
}
272272
}
273273
},
274-
"/temperature": {
274+
"/targetTemperature": {
275275
"get": {
276276
"x-type": "one-shot",
277277
"summary": "スマートデバイスの温度設定値を取得する。",
@@ -785,4 +785,4 @@
785785
}
786786
}
787787
}
788-
}
788+
}

0 commit comments

Comments
 (0)