-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:增加网关默认下发获取网关版本信息功能。优化日志输出。完善说明文档。
- Loading branch information
microrain
authored and
microrain
committed
Jun 4, 2024
1 parent
3cc108f
commit 629facc
Showing
8 changed files
with
202 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
package events | ||
|
||
const ( | ||
// PropertySetEvent 属性设置下发事件,SagooIoT平台下发属性设置命令时触发 | ||
PropertySetEvent = "property" | ||
PropertySetEvent = "property" // PropertySetEvent 属性设置下发事件,SagooIoT平台下发属性设置命令时触发 | ||
|
||
GetGatewayVersionEvent = "getGatewayVersion" // ServiceCallEvent 服务调用下发事件,SagooIoT平台下发服务调用getGatewayVersion命令时触发 | ||
GetGatewayConfig = "getGatewayConfig" // ServiceCallEvent 服务调用下发事件,SagooIoT平台下发服务调用getGatewayConfig命令时触发 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.