File tree 2 files changed +95
-1
lines changed
examples/all-clusters-app/all-clusters-common
2 files changed +95
-1
lines changed Original file line number Diff line number Diff line change @@ -7709,6 +7709,11 @@ endpoint 0 {
7709
7709
callback attribute regulatoryConfig;
7710
7710
callback attribute locationCapability;
7711
7711
callback attribute supportsConcurrentConnection;
7712
+ callback attribute TCAcceptedVersion;
7713
+ callback attribute TCMinRequiredVersion;
7714
+ callback attribute TCAcknowledgements;
7715
+ callback attribute TCAcknowledgementsRequired;
7716
+ callback attribute TCUpdateDeadline;
7712
7717
callback attribute generatedCommandList;
7713
7718
callback attribute acceptedCommandList;
7714
7719
callback attribute attributeList;
@@ -7721,6 +7726,7 @@ endpoint 0 {
7721
7726
handle command SetRegulatoryConfigResponse;
7722
7727
handle command CommissioningComplete;
7723
7728
handle command CommissioningCompleteResponse;
7729
+ handle command SetTCAcknowledgements;
7724
7730
}
7725
7731
7726
7732
server cluster NetworkCommissioning {
Original file line number Diff line number Diff line change 1953
1953
"source": "server",
1954
1954
"isIncoming": 0,
1955
1955
"isEnabled": 1
1956
+ },
1957
+ {
1958
+ "name": "SetTCAcknowlegements",
1959
+ "code": 6,
1960
+ "mfgCode": null,
1961
+ "source": "client",
1962
+ "isIncoming": 1,
1963
+ "isEnabled": 1
1956
1964
}
1957
1965
],
1958
1966
"attributes": [
2036
2044
"maxInterval": 65534,
2037
2045
"reportableChange": 0
2038
2046
},
2047
+ {
2048
+ "name": "TCAcceptedVersion",
2049
+ "code": 5,
2050
+ "mfgCode": null,
2051
+ "side": "server",
2052
+ "type": "int16u",
2053
+ "included": 1,
2054
+ "storageOption": "External",
2055
+ "singleton": 0,
2056
+ "bounded": 0,
2057
+ "defaultValue": null,
2058
+ "reportable": 1,
2059
+ "minInterval": 1,
2060
+ "maxInterval": 65534,
2061
+ "reportableChange": 0
2062
+ },
2063
+ {
2064
+ "name": "TCMinRequiredVersion",
2065
+ "code": 6,
2066
+ "mfgCode": null,
2067
+ "side": "server",
2068
+ "type": "int16u",
2069
+ "included": 1,
2070
+ "storageOption": "External",
2071
+ "singleton": 0,
2072
+ "bounded": 0,
2073
+ "defaultValue": null,
2074
+ "reportable": 1,
2075
+ "minInterval": 1,
2076
+ "maxInterval": 65534,
2077
+ "reportableChange": 0
2078
+ },
2079
+ {
2080
+ "name": "TCAcknowledgements",
2081
+ "code": 7,
2082
+ "mfgCode": null,
2083
+ "side": "server",
2084
+ "type": "bitmap16",
2085
+ "included": 1,
2086
+ "storageOption": "External",
2087
+ "singleton": 0,
2088
+ "bounded": 0,
2089
+ "defaultValue": null,
2090
+ "reportable": 1,
2091
+ "minInterval": 1,
2092
+ "maxInterval": 65534,
2093
+ "reportableChange": 0
2094
+ },
2095
+ {
2096
+ "name": "TCAcknowledgementsRequired",
2097
+ "code": 8,
2098
+ "mfgCode": null,
2099
+ "side": "server",
2100
+ "type": "boolean",
2101
+ "included": 1,
2102
+ "storageOption": "External",
2103
+ "singleton": 0,
2104
+ "bounded": 0,
2105
+ "defaultValue": null,
2106
+ "reportable": 1,
2107
+ "minInterval": 1,
2108
+ "maxInterval": 65534,
2109
+ "reportableChange": 0
2110
+ },
2111
+ {
2112
+ "name": "TCUpdateDeadline",
2113
+ "code": 9,
2114
+ "mfgCode": null,
2115
+ "side": "server",
2116
+ "type": "int32u",
2117
+ "included": 1,
2118
+ "storageOption": "External",
2119
+ "singleton": 0,
2120
+ "bounded": 0,
2121
+ "defaultValue": null,
2122
+ "reportable": 1,
2123
+ "minInterval": 1,
2124
+ "maxInterval": 65534,
2125
+ "reportableChange": 0
2126
+ },
2039
2127
{
2040
2128
"name": "GeneratedCommandList",
2041
2129
"code": 65528,
25371
25459
"parentEndpointIdentifier": null
25372
25460
}
25373
25461
]
25374
- }
25462
+ }
You can’t perform that action at this time.
0 commit comments