From ab4fde3dd12361b4092fd52060a66017a060236b Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 29 六月 2023 15:34:20 +0800 Subject: [PATCH] Merge branch 'hxb' into wjc --- HDLLinkLocalSdk/src/main/res/values/strings_code.xml | 49 +++++++++++++++++++++++++------------------------ 1 files changed, 25 insertions(+), 24 deletions(-) diff --git a/HDLLinkLocalSdk/src/main/res/values/strings_code.xml b/HDLLinkLocalSdk/src/main/res/values/strings_code.xml index 00a28c6..8cc9e3e 100644 --- a/HDLLinkLocalSdk/src/main/res/values/strings_code.xml +++ b/HDLLinkLocalSdk/src/main/res/values/strings_code.xml @@ -1,27 +1,28 @@ <?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> +<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> +<string name="SUCCESS">success</string> </resources> \ No newline at end of file -- Gitblit v1.8.0