zwave-js-server-python icon indicating copy to clipboard operation
zwave-js-server-python copied to clipboard

consistent class and instance names

Open marcelveldt opened this issue 4 years ago • 0 comments

We already had a few cases where the name "value" was confusing.

Proposal:

rename Node class to ZwaveNode and when referring to an instance of it, use zwave_node

rename Value class to ZwaveValue and when referring to an instance of it, use zwave_value

marcelveldt avatar Jan 08 '21 22:01 marcelveldt