Skip to content

Commit

Permalink
Fix zap regen
Browse files Browse the repository at this point in the history
  • Loading branch information
tennessee-google committed Oct 24, 2023
1 parent 73dcf8c commit 8bdcf6f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,14 @@ server cluster NetworkCommissioning = 49 {
kEthernetNetworkInterface = 0x4;
}

bitmap ThreadCapabilitiesBitmap : bitmap16 {
kIsBorderRouterCapable = 0x1;
kIsRouterCapable = 0x2;
kIsSleepyEndDeviceCapable = 0x4;
kIsFullThreadDevice = 0x8;
kIsSynchronizedSleepyEndDeviceCapable = 0x10;
}

bitmap WiFiSecurityBitmap : bitmap8 {
kUnencrypted = 0x1;
kWEP = 0x2;
Expand Down

0 comments on commit 8bdcf6f

Please sign in to comment.