Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
97f2a425
Commit
97f2a425
authored
Oct 09, 2020
by
尹佳钦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020/10/9
parent
92501b70
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
platform/zigbee/app/builder/Z3GatewayHost/call-command-handler.c
...m/zigbee/app/builder/Z3GatewayHost/call-command-handler.c
+4
-0
platform/zigbee/app/builder/Z3GatewayHost/kk_test.h
platform/zigbee/app/builder/Z3GatewayHost/kk_test.h
+1
-0
platform/zigbee/app/builder/Z3GatewayHost/libapi_com.so
platform/zigbee/app/builder/Z3GatewayHost/libapi_com.so
+0
-0
No files found.
platform/zigbee/app/builder/Z3GatewayHost/call-command-handler.c
View file @
97f2a425
...
@@ -1482,6 +1482,10 @@ EmberAfStatus emberAfIasZoneClusterClientCommandParse(EmberAfClusterCommand *cmd
...
@@ -1482,6 +1482,10 @@ EmberAfStatus emberAfIasZoneClusterClientCommandParse(EmberAfClusterCommand *cmd
extendedStatus
,
extendedStatus
,
zoneId
,
zoneId
,
delay
);
delay
);
rpc_IasZoneClusterZoneStatusChangeNotificationCallback
(
zoneStatus
,
extendedStatus
,
zoneId
,
delay
);
break
;
break
;
}
}
case
ZCL_ZONE_ENROLL_REQUEST_COMMAND_ID
:
case
ZCL_ZONE_ENROLL_REQUEST_COMMAND_ID
:
...
...
platform/zigbee/app/builder/Z3GatewayHost/kk_test.h
View file @
97f2a425
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#define KK_REPORT_DEVICE_JOINED_TYPE "/thing/topo/add"
#define KK_REPORT_DEVICE_JOINED_TYPE "/thing/topo/add"
#define KK_REPORT_DEVICE_LEFT_TYPE "/thing/topo/delete"
#define KK_REPORT_DEVICE_LEFT_TYPE "/thing/topo/delete"
#define KK_REPORT_ATTRIBUTE_TYPE "/thing/event/property/post"
#define KK_REPORT_ATTRIBUTE_TYPE "/thing/event/property/post"
#define KK_REPORT_ALARM_TYPE "/thing/event/alarm/post"
#define KK_DEVICE_TOPO_CHANGE_TYPE "/thing/topo/change"
#define KK_DEVICE_TOPO_CHANGE_TYPE "/thing/topo/change"
#define KK_IPC_VERSION "1.0"
#define KK_IPC_VERSION "1.0"
...
...
platform/zigbee/app/builder/Z3GatewayHost/libapi_com.so
View file @
97f2a425
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment