Skip to content

Commit

Permalink
Fixes project-chip#31061 Updated DEVICE_TYPE to 0x050C now this has b…
Browse files Browse the repository at this point in the history
…een allocated
  • Loading branch information
jamesharrow committed Jan 13, 2024
1 parent 6ae3073 commit a1b379e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@

#define CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY 0

// Bulbs do not typically use this - enabled so we can use shell to discover commissioners
#define CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT 1

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1

#define CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONABLE_DEVICE_TYPE 1

// TODO We don’t have one yet - but we’d need to change this
#define CHIP_DEVICE_CONFIG_DEVICE_TYPE 257 // 0x0101 = 257 = Dimmable Bulb
#define CHIP_DEVICE_CONFIG_DEVICE_TYPE 0x050C // Energy EVSE

#define CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONABLE_DEVICE_NAME 1

Expand Down

0 comments on commit a1b379e

Please sign in to comment.