Skip to content
Discussion options

You must be logged in to vote

Thanks for the pointer, sorry I didn't look more closely at the documentation before asking :) I ended up digging into my devices.json and found the following stanza for our fridgefreezer

            "20482": {
                "name": "Refrigeration.Common.Setting.Light.Internal.Brightness",
                "access": "readWrite",
                "available": "true",
                "max": "100",
                "min": "0",
                "refCID": "11",
                "refDID": "80",
                "stepSize": "1"
            },

Publishing the following payload to homeconnect/fridgefreezer/set works great for setting the brightness on our 800 series fridge.

[
  {
    "uid": 20482,
   …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by npitts5397
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants