zwave-js / node-zwave-js

Z-Wave driver written entirely in JavaScript/TypeScript
https://zwave-js.github.io/node-zwave-js/
MIT License
755 stars 613 forks source link

feat(config): add HomeSys HomeMech-2001/2 #7400

Closed aweddell closed 1 week ago

aweddell commented 1 week ago

Add new device config for HomeSys HomeMech-2001 and HomeMech-2002 dimmers

AlCalzone commented 1 week ago

Here, let me fix that for you

aweddell commented 1 week ago

Here, let me fix that for you

Amazing, thank you! That lint error was breaking my brain as it wasn't throwing in the local env.

Appreciate you!

AlCalzone commented 1 week ago

That lint error was breaking my brain as it wasn't throwing in the local env.

You probably ran the wrong check (semantic instead of just formatting). Command Palette -> Format Document would have done it btw.