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

Node dump is missing many CC values #6998

Closed
AlCalzone opened this issue Jul 10, 2024 · 0 comments · Fixed by #7101
Closed

Node dump is missing many CC values #6998

AlCalzone opened this issue Jul 10, 2024 · 0 comments · Fixed by #7101
Labels
bug Something isn't working

Comments

@AlCalzone
Copy link
Member

For example, these should have some values at least:

    "Thermostat Setpoint": {
      "isSupported": true,
      "isControlled": false,
      "secure": true,
      "version": 3,
      "values": []
    },
    "Thermostat Mode": {
      "isSupported": true,
      "isControlled": false,
      "secure": true,
      "version": 3,
      "values": []
    },
    "Thermostat Operating State": {
      "isSupported": true,
      "isControlled": false,
      "secure": true,
      "version": 1,
      "values": []
    },
    "Meter": {
      "isSupported": true,
      "isControlled": false,
      "secure": true,
      "version": 3,
      "values": []
    },
    "Basic": {
      "isSupported": false,
      "isControlled": true,
      "secure": false,
      "version": 2,
      "values": []
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant