AlCalzone

Results 1056 comments of AlCalzone

I don't see the huge benefit, but I guess it could be interesting.

Nope. There are much more pressing issues to be solved.

Depends on https://github.com/zwave-js/node-zwave-js/issues/985

FYI: TypeScript only fully supports ESM in 4.5. Some tooling might not yet.

I think this is just the general incorrectness of the neighbor info used to draw the map. @robertsLando Didn't you want to implement the live network map based on statistics?...

nope, this is outside the driver scope IMO

I thought so, but on 2nd glance there is a typo: ```diff const node = driver.controller.nodes.get(50) const clonedNode = driver.controller.nodes.get(51) const values = node.getDefinedValueIDs() for(const v of values) { -...