Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] BridgedDeviceBasicInformation cluster #13

Closed
lboue opened this issue Feb 7, 2024 · 5 comments
Closed

[Feature request] BridgedDeviceBasicInformation cluster #13

lboue opened this issue Feb 7, 2024 · 5 comments
Assignees

Comments

@lboue
Copy link

lboue commented Feb 7, 2024

Hi,

Can you add BridgedDeviceBasicInformation cluster to your examples?
This makes it possible to present a comprehensible device name in the user interface.

List of currently defined clusters

Code (dec) Code (hex) Name
3 0x03 Identify
4 0x04 Groups
.. .. ...
57 0x39 BridgedDeviceBasicInformation
59 0x3B Switch

BridgedDeviceBasicInformation

Here's an example for this cluster:

        "7/57/5": "Hue dimmer salon",
        "7/57/17": true,
        "7/57/2": 4107,
        "7/57/1": "Signify Netherlands B.V.",
        "7/57/3": "RWL021",
        "7/57/10": "1.1.28573",
        "7/57/18": "115dc69142c249e1a217447262f98823",
        "7/57/14": "Hue dimmer switch",
        "7/57/65532": 0,
        "7/57/65533": 1,
        "7/57/65528": [],
        "7/57/65529": [],
        "7/57/65531": [
          5,
          17,
          2,
          1,
          3,
          10,
          18,
          14,
          65528,
          65529,
          65531,
          65532,
          65533
        ]
@silabs-bozont silabs-bozont self-assigned this Feb 7, 2024
@silabs-bozont
Copy link
Collaborator

Hello lboue,
Thank you, great suggestion! This is coming in the next version along with functions for customizing your devices, like setting it's name/manufacturer/serial.

@lboue
Copy link
Author

lboue commented Feb 7, 2024

Hello lboue, Thank you, great suggestion! This is coming in the next version along with functions for customizing your devices, like setting it's name/manufacturer/serial.

Great!

@silabs-bozont
Copy link
Collaborator

silabs-bozont commented Feb 8, 2024

Here's a little sneak peek:

You'll be able to set these values to anything you'd like.

@lboue
Copy link
Author

lboue commented Feb 8, 2024

You'll be able to set these values to anything you'd like.

It's perfect!

@lboue lboue changed the title BridgedDeviceBasicInformation cluster [Feature request] BridgedDeviceBasicInformation cluster Feb 15, 2024
@silabs-bozont
Copy link
Collaborator

It's now available in 2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants