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
2b9a1018
Commit
2b9a1018
authored
Oct 09, 2020
by
陈伟灿
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yjq' into 'master'
2020/10/09 See merge request chenweican/k-sdk!35
parents
b6cae3a1
92501b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
platform/zigbee/app/builder/Z3GatewayHost/rpc_api/src/rpc_interface_parse.c
...p/builder/Z3GatewayHost/rpc_api/src/rpc_interface_parse.c
+11
-1
No files found.
platform/zigbee/app/builder/Z3GatewayHost/rpc_api/src/rpc_interface_parse.c
View file @
2b9a1018
...
@@ -729,7 +729,17 @@ void rpc_control_devices(cJSON *data,char *method)
...
@@ -729,7 +729,17 @@ void rpc_control_devices(cJSON *data,char *method)
{
{
rpc_send_message
(
data
,
method
);
rpc_send_message
(
data
,
method
);
}
}
bool
rpc_IasZoneClusterZoneStatusChangeNotificationCallback
(
uint16_t
zoneStatus
,
uint8_t
extendedStatus
,
uint8_t
zoneId
,
uint16_t
delay
)
{
EmberEUI64
nodeEui64
;
EmberNodeId
nodeId
=
emberAfCurrentCommand
()
->
source
;
kk_print_debug
(
"
\n
********************ChangeNotificationCallback**********************
\n
"
);
emberAfDeviceTableGetEui64FromNodeId
(
nodeId
,
nodeEui64
);
kk_tsl_report_alarm
(
nodeEui64
,
zoneStatus
,
extendedStatus
,
zoneId
,
delay
);
}
bool
rpc_ReportAttributesCallback
(
EmberAfClusterId
clusterId
,
bool
rpc_ReportAttributesCallback
(
EmberAfClusterId
clusterId
,
uint8_t
*
buffer
,
uint8_t
*
buffer
,
...
...
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