node-red-contrib-matter-dynamic 0.2.4 with WindowCoveringDevice

Did anyone tested window blinds (WindowCoveringDevice) with "node-red-contrib-matter-dynamic 0.2.4"? What is the JSON configuration for it?

Hi @MLSDOR,

this config works for me

{
  "deviceType": "WindowCoveringDevice",
  "initialState": {
    "features": [
      "Lift",
      "AbsolutePosition",
      "PositionAwareLift"
    ],
    "windowCovering": {
      "type": 255,
      "endProductType": 255
    }
  }
}

I mean, I can see at least a Up and Down button inside my Google Home app.