JSPM

zigbee-herdsman-converters

14.0.114
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27969
  • Score
    100M100P100Q172973F
  • License MIT

Collection of device converters to be used with zigbee-herdsman

Package Exports

  • zigbee-herdsman-converters
  • zigbee-herdsman-converters/lib/ota/tradfri

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (zigbee-herdsman-converters) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NPM

zigbee-herdsman-converters

Collection of device converters to be used with zigbee-herdsman.

Contributing

To get started clone this repo and install the requirements with npm ci. To add a new device, you'll need to add it's configuration to devices.js and potentially create a new converter for it. For more information see this page.

If you'd like to submit a pull request, you should run the following commands to ensure your changes will pass the tests:

npm run lint
npm test

If any of those commands finish with an error your PR won't pass the tests and will likely be rejected.