package zwavejs var ( CommandClassDoorLock = 98 CommandClassUserCode = 99 PropertyUserCode = "userCode" PropertyUserIDStatus = "userIdStatus" EventSourceController = "controller" EventSourceNode = "node" EventTypeValueUpdated = "value updated" EventTypeStatisticsUpdated = "statistics updated" EventTypeNotification = "notification" )