|
|
@@ -101,8 +101,8 @@
|
|
|
<string name="SEND_G_devices_nodes" translatable="false">/devices/nodes</string>
|
|
|
<!--3.3.1.7 (외출 상태시) 경고 필요한 장치 조회 GET /v3/devices/warning_nodes (외출 상태시) 경고가 필요한 장치 노드 목록을 조회한다.-->
|
|
|
<string name="SEND_G_devices_warning_nodes" translatable="false">/devices/warning_nodes</string>
|
|
|
- <!--3.3.1.8 (등록 진행하기 전) 해당 디바이스의 기 등록여부를 조회한다. GET /ocs/v1/device?device_mf_id={device_mf_id}&device_model_id={device_model_id}&device_sn={device_sn}-->
|
|
|
- <string name="SEND_G_device_exist" translatable="false">/customer/%1$s/group/%2$s/device/exist</string>
|
|
|
+ <!--R.9.5 (등록 진행하기 전) 해당 디바이스의 기 등록여부를 조회한다. GET /customer/{cust_id}/group/{ctrt_grp_id}/device_exist?device_mf_id={device_mf_id}&device_model_id={device_model_id}&device_sn={device_sn}-->
|
|
|
+ <string name="SEND_G_device_exist" translatable="false">/customer/%1$s/group/%2$s/device_exist</string>
|
|
|
<!-- 등록하려는 홈허브에 device_id, device_key 정보를 전달한다. POST http://%1$s:8877/deviceinfo -->
|
|
|
<string name="SEND_P_deviceinfo" translatable="false">http://%1$s:8877/deviceinfo</string>
|
|
|
|