Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog #9

Merged
merged 15 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entry/src/main/resources/zh_CN/element/string.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"name": "connect_success_title",
"value": "设备连接成功,接下来您可以体验一下场景"
"value": "设备连接成功,接下来您可以体验以下场景"
},
{
"name": "property",
Expand Down
13 changes: 13 additions & 0 deletions huaweicloud_iot_device_library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [v0.0.1] - 2024-12

### 新增
- **提供对接华为云物联网平台能力,方便用户实现接入、设备管理、命令下发等业务场景**:
- 支持设备初始化及使用MQTTS协议接入华为云设备接入平台。
- 支持自定义断线重连、连接状态监听器功能。
- 支持消息上报及下发。
- 支持属性上报、设置及查询。
- 支持命令下发监听及处理。
- 支持获取设备影子
- 支持面向物模型编程。
9 changes: 9 additions & 0 deletions huaweicloud_iot_device_library/oh-package.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"main": "index.ets",
"author": "",
"license": "Apache-2.0",
"repository": "https://github.com/huaweicloud/huaweicloud-iot-device-sdk-arkts",
"keywords": [
"mqtt",
"mqtts",
"iot",
"iotda",
"OpenHarmony",
"HarmonyOS"
],
"dependencies": {
"@ohos/mqtt": "^2.0.14",
"@ohos/crypto-js": "^2.0.4",
Expand Down
Loading