From 14de918a79943e4961b09fa01ed320c6cad41f2e Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 28 六月 2023 17:14:51 +0800
Subject: [PATCH] Revert "Revert "Merge branch 'hxb' into wjc""

---
 HDLLinkLocalSdk/src/main/res/values/strings_code.xml |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/HDLLinkLocalSdk/src/main/res/values/strings_code.xml b/HDLLinkLocalSdk/src/main/res/values/strings_code.xml
new file mode 100644
index 0000000..ca99860
--- /dev/null
+++ b/HDLLinkLocalSdk/src/main/res/values/strings_code.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+<string name="HDL_DATA_ERROR">Parameter exception</string>
+<string name="HDL_DATA_NULL_ERROR">Parameter cannot be empty</string>
+<string name="HDL_AUTH_ERROR">Authentication failed</string>
+<string name="HDL_SEND_ERROR">fail in send</string>
+<string name="HDL_TIMEOUT_ERROR">timeout,gateway no response</string>
+<string name="HDL_UNAUTHORIZED_ERROR">Not certified, please authenticate first</string>
+<string name="HDL_AUTH_ERROR_GATEWAY_NOT_REGISTERED">Authentication failed. The gateway is not registered to the cloud</string>
+<string name="HDL_SEARCH_GATEWAY_TIMEOUT_ERROR">Failed to search gateway, timeout</string>
+<string name="HDL_AUTH_MAC_KEY_ERROR">Authentication failed. The device key corresponding to the MAC does not exist</string>
+<string name="HDL_DATA_PARSING_ERROR">Data parsing error</string>
+<string name="HDL_GET_DEVICE_LIST_ERROR">Failed to get device list</string>
+<string name="HDL_GET_FUNCTION_LIST_ERROR">Failed to get function list</string>
+<string name="HDL_GET_FUNCTION_PROPERTIES_ERROR">Failed to get function attribute</string>
+<string name="HDL_CONTROL_FAILURE_ERROR">Control failure</string>
+<string name="HDL_GET_GATEWAY_FAILURE_ERROR">Failed to get gateway list</string>
+<string name="HDL_GET_Zigbee_FAILURE_ERROR">Sending timeout, no response from gateway</string>
+<string name="HDL_GATEWAY_NOT_EXIST">Gateway does not exist</string>
+<string name="HDL_GET_Zigbee_DEVICE_LIST_FAILURE_ERROR">Failed to get the device list</string>
+<string name="HDL_MILLIMETER_NOT_EXIST">Millimeter does not exist</string>
+<string name="HDL_UNKOWN_CODE">Unkown Error</string>
+<string name="HDL_APPLICATION_EXCEPTION">System Exception</string>
+<string name="HDL_TOPIC_NOT_RIGHT">Theme does not match</string>
+<string name="HDL_OBJECT_NOT_SUPPORT">Object not supported</string>
+<string name="HDL_GATEWAY_REMOTE_NOT_RESPONSE">Gateway local connection failed, unable to reply through remote communication</string>
+</resources>
\ No newline at end of file

--
Gitblit v1.8.0