@@ -7654,6 +7654,26 @@ cluster RadonConcentrationMeasurement = 1071 {
7654
7654
readonly attribute int16u clusterRevision = 65533;
7655
7655
}
7656
7656
7657
+ /** Functionality to retrieve operational information about a managed Wi-Fi network. */
7658
+ cluster WiFiNetworkManagement = 1105 {
7659
+ revision 1;
7660
+
7661
+ readonly attribute nullable octet_string<32> ssid = 1;
7662
+ readonly attribute command_id generatedCommandList[] = 65528;
7663
+ readonly attribute command_id acceptedCommandList[] = 65529;
7664
+ readonly attribute event_id eventList[] = 65530;
7665
+ readonly attribute attrib_id attributeList[] = 65531;
7666
+ readonly attribute bitmap32 featureMap = 65532;
7667
+ readonly attribute int16u clusterRevision = 65533;
7668
+
7669
+ response struct NetworkPassphraseResponse = 1 {
7670
+ octet_string<64> passphrase = 0;
7671
+ }
7672
+
7673
+ /** Request the current WPA-Personal passphrase or PSK associated with the managed Wi-Fi network. */
7674
+ command access(invoke: administer) NetworkPassphraseRequest(): NetworkPassphraseResponse = 0;
7675
+ }
7676
+
7657
7677
/** This cluster provides an interface for managing low power mode on a device that supports the Wake On LAN protocol. */
7658
7678
cluster WakeOnLan = 1283 {
7659
7679
revision 1;
@@ -8855,26 +8875,6 @@ deprecated cluster ElectricalMeasurement = 2820 {
8855
8875
command GetMeasurementProfileCommand(GetMeasurementProfileCommandRequest): DefaultSuccess = 1;
8856
8876
}
8857
8877
8858
- /** Functionality to retrieve operational information about a managed Wi-Fi network. */
8859
- cluster WiFiNetworkManagement = 3072 {
8860
- revision 1;
8861
-
8862
- readonly attribute nullable octet_string<32> ssid = 1;
8863
- readonly attribute command_id generatedCommandList[] = 65528;
8864
- readonly attribute command_id acceptedCommandList[] = 65529;
8865
- readonly attribute event_id eventList[] = 65530;
8866
- readonly attribute attrib_id attributeList[] = 65531;
8867
- readonly attribute bitmap32 featureMap = 65532;
8868
- readonly attribute int16u clusterRevision = 65533;
8869
-
8870
- response struct NetworkPassphraseResponse = 1 {
8871
- octet_string<64> passphrase = 0;
8872
- }
8873
-
8874
- /** Request the current WPA-Personal passphrase or PSK associated with the managed Wi-Fi network. */
8875
- command access(invoke: administer) NetworkPassphraseRequest(): NetworkPassphraseResponse = 0;
8876
- }
8877
-
8878
8878
/** The Test Cluster is meant to validate the generated code */
8879
8879
internal cluster UnitTesting = 4294048773 {
8880
8880
revision 1; // NOTE: Default/not specifically set
0 commit comments