Matter::MDNS::PairingHint
Inherits Enum < Comparable < Value < Object
Pairing Hint Bitmap (20 bits total)
RFC: Matter Core Spec ยง4.3.1 - Commissioning Discovery
Constants
PowerCycle = 1_u32
DeviceManual = 2_u32
DeviceManufacturer = 4_u32
NFC = 8_u32
QRCode = 16_u32
Bluetooth = 32_u32
ThirdPartyApp = 64_u32
None = 0_u32
All = 127_u32
Instance methods
none?
Source