Skip to content

Commit f58ea1e

Browse files
authored
Add support for attribute capability query in lua script (#362)
* Add support for attribute capability query in lua script * Rename query_response to response
1 parent 4e50be7 commit f58ea1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/consumer_table_pops.lua

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ for i = n, 1, -3 do
8383
op == 'notify' or
8484
op == 'get_stats' or
8585
op == 'clear_stats' or
86+
op == 'attribute_capability_query' or
87+
op == 'attribute_capability_response' or
8688
op == 'attr_enum_values_capability_query' or
8789
op == 'attr_enum_values_capability_response' or
8890
op == 'object_type_get_availability_query' or

0 commit comments

Comments
 (0)