File tree 7 files changed +8
-7
lines changed
all-clusters-app/all-clusters-common
all-clusters-minimal-app/all-clusters-common
tv-casting-app/tv-casting-common
app/zap-templates/zcl/data-model/chip
7 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6302,7 +6302,7 @@ cluster RadonConcentrationMeasurement = 1071 {
6302
6302
6303
6303
/** This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol. */
6304
6304
cluster WakeOnLan = 1283 {
6305
- revision 1; // NOTE: Default/not specifically set
6305
+ revision 1;
6306
6306
6307
6307
readonly attribute optional char_string<12> MACAddress = 0;
6308
6308
readonly attribute optional octet_string<16> linkLocalAddress = 1;
Original file line number Diff line number Diff line change @@ -4453,7 +4453,7 @@ cluster OccupancySensing = 1030 {
4453
4453
4454
4454
/** This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol. */
4455
4455
cluster WakeOnLan = 1283 {
4456
- revision 1; // NOTE: Default/not specifically set
4456
+ revision 1;
4457
4457
4458
4458
readonly attribute optional char_string<12> MACAddress = 0;
4459
4459
readonly attribute optional octet_string<16> linkLocalAddress = 1;
Original file line number Diff line number Diff line change @@ -1216,7 +1216,7 @@ cluster FixedLabel = 64 {
1216
1216
1217
1217
/** This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol. */
1218
1218
cluster WakeOnLan = 1283 {
1219
- revision 1; // NOTE: Default/not specifically set
1219
+ revision 1;
1220
1220
1221
1221
readonly attribute optional char_string<12> MACAddress = 0;
1222
1222
readonly attribute optional octet_string<16> linkLocalAddress = 1;
Original file line number Diff line number Diff line change @@ -2025,7 +2025,7 @@ cluster RelativeHumidityMeasurement = 1029 {
2025
2025
2026
2026
/** This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol. */
2027
2027
cluster WakeOnLan = 1283 {
2028
- revision 1; // NOTE: Default/not specifically set
2028
+ revision 1;
2029
2029
2030
2030
readonly attribute optional char_string<12> MACAddress = 0;
2031
2031
readonly attribute optional octet_string<16> linkLocalAddress = 1;
Original file line number Diff line number Diff line change @@ -1487,7 +1487,7 @@ cluster FixedLabel = 64 {
1487
1487
1488
1488
/** This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol. */
1489
1489
cluster WakeOnLan = 1283 {
1490
- revision 1; // NOTE: Default/not specifically set
1490
+ revision 1;
1491
1491
1492
1492
readonly attribute optional char_string<12> MACAddress = 0;
1493
1493
readonly attribute optional octet_string<16> linkLocalAddress = 1;
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ limitations under the License.
25
25
<server init =" false" tick =" false" >true</server >
26
26
<description >This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol.</description >
27
27
28
- <global side =" either" code =" 0xFFFD" value =" 1" />
28
+ <!-- Current cluster version -->
29
+ <globalAttribute side =" either" code =" 0xFFFD" value =" 1" />
29
30
30
31
<attribute side =" server" code =" 0x0000" define =" WAKE_ON_LAN_MAC_ADDRESS" type =" char_string" length =" 12" writable =" false" optional =" true" >MACAddress</attribute >
31
32
<attribute apiMaturity =" provisional" side =" server" code =" 0x0001" define =" LINK_LOCAL_ADDRESS" type =" octet_string" length =" 16" writable =" false" optional =" true" >LinkLocalAddress</attribute >
Original file line number Diff line number Diff line change @@ -7415,7 +7415,7 @@ cluster RadonConcentrationMeasurement = 1071 {
7415
7415
7416
7416
/** This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol. */
7417
7417
cluster WakeOnLan = 1283 {
7418
- revision 1; // NOTE: Default/not specifically set
7418
+ revision 1;
7419
7419
7420
7420
readonly attribute optional char_string<12> MACAddress = 0;
7421
7421
readonly attribute optional octet_string<16> linkLocalAddress = 1;
You can’t perform that action at this time.
0 commit comments