mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-15 16:18:51 +00:00
1c3ad9da72
* add getZigbeeHerdsmanVersion Function Allow current zigbee-herdsman version to be exposed to controller for logging and to startup output. * Update utils.test.js Add tests for getZigbeeHerdsmanVersion() function * Update utils.js Added getZigbeeHerdsman to module exports * Update utils.js Fixed path because I'm dumb. * Update utils.test.js Apparently version numbers are important when they're different. * Update zigbee.js Added actual display of herdsman version output. * Update utils.js Remove git checking in getZigbeeHerdsmanVersion() * Update utils.test.js Remove commitHash from getZigbeeHerdsmanVersion test * Update utils.js Remove commitHash from getZigbeeHerdsmanVersion * Update utils.js * Update utils.test.js * Update utils.js Try removing less code this time. * Update utils.test.js * Update zigbee.js * Update utils.js * Update utils.js * Update utils.test.js * Update utils.js * Update utils.test.js * Update utils.js * Update utils.js * Update zigbee.js * Update utils.js Generalize getZigbeeHerdsmanVersion() to getDependVersion(), so any node_module dependency can be checked * Update zigbee.js * Update utils.test.js * Update utils.js * Update zigbee.js * Update utils.test.js * Update zigbee.js * Update zigbee.js * Update zigbee.js * Update zigbee.js * Update zigbee.js * Update utils.js * Update zigbee.js * Update utils.test.js * Update zigbee.js Co-authored-by: Koen Kanters <koenkanters94@gmail.com>