FezVrasta / node-red-matter

Create Virtual Devices with Ease for the Matter Protocol!
38 stars 7 forks source link

fix example to use correct payload for "on/off" #17

Closed willi-d closed 3 months ago

willi-d commented 3 months ago

The example was changed to use json payload for on/off actions. Content on json:

{ "on": true }

fixes #15

FezVrasta commented 3 months ago

Thanks!