|
13 | 13 | "paths": { |
14 | 14 | "/": { |
15 | 15 | "get": { |
| 16 | + "operationId": "airConditionerGet", |
16 | 17 | "x-type": "one-shot", |
17 | 18 | "summary": "スマートデバイスの電源状態を取得する。", |
18 | 19 | "description": "", |
|
43 | 44 | } |
44 | 45 | }, |
45 | 46 | "put": { |
| 47 | + "operationId": "airConditionerPut", |
46 | 48 | "x-type": "one-shot", |
47 | 49 | "summary": "スマートデバイスの電源を点ける。", |
48 | 50 | "description": "", |
|
72 | 74 | } |
73 | 75 | }, |
74 | 76 | "delete": { |
| 77 | + "operationId": "airConditionerDelete", |
75 | 78 | "x-type": "one-shot", |
76 | 79 | "summary": "スマートデバイスの電源を消す。", |
77 | 80 | "description": "", |
|
103 | 106 | }, |
104 | 107 | "/powerSaving": { |
105 | 108 | "get": { |
| 109 | + "operationId": "airConditionerPowerSavingGet", |
106 | 110 | "x-type": "one-shot", |
107 | 111 | "summary": "スマートデバイスの節電動作設定を取得する。", |
108 | 112 | "description": "", |
|
133 | 137 | } |
134 | 138 | }, |
135 | 139 | "put": { |
| 140 | + "operationId": "airConditionerPowerSavingPut", |
136 | 141 | "x-type": "one-shot", |
137 | 142 | "summary": "スマートデバイスの節電動作設定を設定する。", |
138 | 143 | "description": "", |
|
172 | 177 | }, |
173 | 178 | "/modeSetting": { |
174 | 179 | "get": { |
| 180 | + "operationId": "airConditionerModeSettingGet", |
175 | 181 | "x-type": "one-shot", |
176 | 182 | "summary": "スマートデバイスの運転モード設定を取得する。", |
177 | 183 | "description": "", |
|
202 | 208 | } |
203 | 209 | }, |
204 | 210 | "put": { |
| 211 | + "operationId": "airConditionerModeSettingPut", |
205 | 212 | "x-type": "one-shot", |
206 | 213 | "summary": "スマートデバイスの運転モード設定を設定する。", |
207 | 214 | "description": "", |
|
241 | 248 | }, |
242 | 249 | "/roomTemperature": { |
243 | 250 | "get": { |
| 251 | + "operationId": "airConditionerRoomTemperatureGet", |
244 | 252 | "x-type": "one-shot", |
245 | 253 | "summary": "スマートデバイスの室温計測値を取得する。", |
246 | 254 | "description": "", |
|
273 | 281 | }, |
274 | 282 | "/temperature": { |
275 | 283 | "get": { |
| 284 | + "operationId": "airConditionerTemperatureGet", |
276 | 285 | "x-type": "one-shot", |
277 | 286 | "summary": "スマートデバイスの温度設定値を取得する。", |
278 | 287 | "description": "", |
|
303 | 312 | } |
304 | 313 | }, |
305 | 314 | "put": { |
| 315 | + "operationId": "airConditionerTemperaturePut", |
306 | 316 | "x-type": "one-shot", |
307 | 317 | "summary": "スマートデバイスの温度設定値を設定する。", |
308 | 318 | "description": "", |
|
343 | 353 | }, |
344 | 354 | "/airFlow": { |
345 | 355 | "get": { |
| 356 | + "operationId": "airConditionerAirFlowGet", |
346 | 357 | "x-type": "one-shot", |
347 | 358 | "summary": "スマートデバイスの風量設定値を取得する。", |
348 | 359 | "description": "", |
|
374 | 385 | } |
375 | 386 | }, |
376 | 387 | "put": { |
| 388 | + "operationId": "airConditionerAirFlowPut", |
377 | 389 | "x-type": "one-shot", |
378 | 390 | "summary": "スマートデバイスの風量設定値を設定する。", |
379 | 391 | "description": "", |
|
421 | 433 | }, |
422 | 434 | "/enlProperty": { |
423 | 435 | "get": { |
| 436 | + "operationId": "airConditionerEnlPropertyGet", |
424 | 437 | "x-type": "one-shot", |
425 | 438 | "summary": "スマートデバイスがサポートしているECHONET Lite 機器オブジェクトプロパティの設定内容を取得する(必須プロパティのみ)。", |
426 | 439 | "description": "※enlproperty:ECHONET Lite Propertyのこと。", |
|
470 | 483 | } |
471 | 484 | }, |
472 | 485 | "put": { |
| 486 | + "operationId": "airConditionerEnlPropertyPut", |
473 | 487 | "x-type": "one-shot", |
474 | 488 | "summary": "スマートデバイスがサポートしているECHONET Lite 機器オブジェクトプロパティに設定を行う(必須プロパティのみ)。", |
475 | 489 | "description": "※enlproperty:ECHONET Lite Propertyのこと。", |
|
731 | 745 | "properties": { |
732 | 746 | "epc": { |
733 | 747 | "type": "string", |
734 | | - "title": "ECHONET Property Code", |
| 748 | + "title": "EPC", |
735 | 749 | "description": "ECHONET Property Code" |
736 | 750 | }, |
737 | 751 | "value": { |
738 | 752 | "type": "string", |
739 | | - "title": "ECHONET Property Codeの設定値。", |
| 753 | + "title": "設定値", |
740 | 754 | "description": "ECHONET Property Codeの設定値。" |
741 | 755 | } |
742 | 756 | } |
|
769 | 783 | }, |
770 | 784 | "product": { |
771 | 785 | "type": "string", |
772 | | - "title": "DeviceConnectシステムの名前", |
773 | | - "description": "" |
| 786 | + "title": "システム名", |
| 787 | + "description": "DeviceConnectシステムの名前。" |
774 | 788 | }, |
775 | 789 | "version": { |
776 | 790 | "type": "string", |
777 | | - "title": "DeviceConnectシステムのバージョン名", |
778 | | - "description": "" |
| 791 | + "title": "システムバージョン", |
| 792 | + "description": "DeviceConnectシステムのバージョン名。" |
779 | 793 | }, |
780 | 794 | "hmac": { |
781 | 795 | "type": "string", |
782 | | - "title": "レスポンスに対する署名", |
783 | | - "description": "アプリケーション側から事前にHMACキーを共有されていた場合は必須。" |
| 796 | + "title": "署名", |
| 797 | + "description": "レスポンスに対する署名。アプリケーション側から事前にHMACキーを共有されていた場合は必須。" |
784 | 798 | } |
785 | 799 | } |
786 | 800 | } |
|
0 commit comments