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

**URL:** https://discourse.nodered.org/t/node-red-contrib-matter-dynamic-0-2-4-with-windowcoveringdevice/99903
**Category:** General
**Created:** [9 December 2025 15:31 UTC](https://discourse.nodered.org/t/node-red-contrib-matter-dynamic-0-2-4-with-windowcoveringdevice/99903 "2025-12-09T15:31:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![MLSDOR](https://avatars.discourse-cdn.com/v4/letter/m/a87d85/32.png) [@MLSDOR](https://discourse.nodered.org/u/MLSDOR)
#### Post date: [9 December 2025 15:31 UTC](https://discourse.nodered.org/t/node-red-contrib-matter-dynamic-0-2-4-with-windowcoveringdevice/99903/1 "2025-12-09T15:31:06Z")

</div>

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

---

<div class="post-metadata">

### Author: ![knoerl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knoerl/32/105081_2.png) [@knoerl](https://discourse.nodered.org/u/knoerl)
#### Post date: [22 December 2025 22:56 UTC](https://discourse.nodered.org/t/node-red-contrib-matter-dynamic-0-2-4-with-windowcoveringdevice/99903/2 "2025-12-22T22:56:17Z")

</div>

Hi @MLSDOR,

this config works for me

```auto
{
  "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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [22 March 2026 22:57 UTC](https://discourse.nodered.org/t/node-red-contrib-matter-dynamic-0-2-4-with-windowcoveringdevice/99903/3 "2026-03-22T22:57:07Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
