
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
zigbee-herdsman-converters-snkso
Advanced tools
Collection of device converters to be used with zigbee-herdsman
Collection of device converters to be used with zigbee-herdsman.
See Zigbee2MQTT how to support new devices.
You can use Github codespaces to create pull requests with a fully setup editor, right from your web browser:
Install the prerequisites:
npm install -g pnpm
pnpm install --frozen-lockfile
Before you submit a pull request, you should run the following commands to ensure your changes will pass the tests:
pnpm run check --fix
pnpm run build
pnpm test
If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.
23.0.0
Publish now has to be passed to toZigbee converters (#8875)22.0.0
addDefinition has been renamed to addExternalDefinitionzigbee-herdsman-converters does not expose all definitions anymore. Use this instead:(await import('zigbee-herdsman-converters/devices/index')).default.forEach((baseDefinition) => {
const d = zhc.prepareDefinition(baseDefinition);
});
21.0.0
20.0.0
key, in this case the converter should be used for any key.19.0.0
18.0.0
postProcessConvertedFromZigbeeMessage should be called now (for applying calibration/precision)17.0.0
index.ts are now async and return a Promise15.0.0
isUpdateAvailable now returns an object instead of a boolean (e.g. {available: true, currentFileVersion: 120, otaFileVersion: 125})updateToLatest now returns a number (fileVersion of the new OTA) instead of a voidFAQs
Collection of device converters to be used with zigbee-herdsman
We found that zigbee-herdsman-converters-snkso demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.