jvandenaardweg / homebridge-homewizard-energy-socket

This verified Homebridge plugin exposes your HomeWizard Energy Sockets to Apple HomeKit. So you can use the Home App to switch your Energy Sockets on or off and integrate the Energy Sockets into your Home Automations.
MIT License
8 stars 0 forks source link

chore(deps): bump homewizard-energy-api from 1.1.1 to 1.2.0 #14

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps homewizard-energy-api from 1.1.1 to 1.2.0.

Release notes

Sourced from homewizard-energy-api's releases.

v1.2.0

Features

  • Transforms the P1 telegram text from the P1 meter into a readable detailed object using getParsedTelegram on the P1MeterApi

Fixes

  • Not sending last error event when using stopOnError: true

Complete changelog

  • feat: parse telegram txt to json e7b3ed3
  • fix: parsing error on telegram 221f636
  • feat: add getParsedTelegram method f874f18
  • test: add possible telegram responses as mocks 59f23f1
  • refactor: better typings on apis af1c066
  • docs: rename api const to their device name c8307e2
  • docs: add more docs on methods 13a44d0
  • docs: update docs about getParsedTelegram 21b1624
  • chore: remove possible responses type 2eb7553
  • fix: run emit error before stopping 987b5ce
  • docs: add credits to telegram parser 73895d0
  • docs: update docs about getParsedTelegram ae2848d
  • docs: update docs about getParsedTelegram 1df1548
Changelog

Sourced from homewizard-energy-api's changelog.

1.2.0

  • feat: parse telegram txt to json e7b3ed3
  • fix: parsing error on telegram 221f636
  • feat: add getParsedTelegram method f874f18
  • test: add possible telegram responses as mocks 59f23f1
  • refactor: better typings on apis af1c066
  • docs: rename api const to their device name c8307e2
  • docs: add more docs on methods 13a44d0
  • docs: update docs about getParsedTelegram 21b1624
  • chore: remove possible responses type 2eb7553
  • fix: run emit error before stopping 987b5ce
  • docs: add credits to telegram parser 73895d0
  • docs: update docs about getParsedTelegram ae2848d
  • docs: update docs about getParsedTelegram 1df1548
Commits
  • 920de45 chore: release v1.2.0
  • 221f636 fix: parsing error on telegram
  • 73895d0 docs: add credits to telegram parser
  • ae2848d docs: update docs about getParsedTelegram
  • 1df1548 docs: update docs about getParsedTelegram
  • 21b1624 docs: update docs about getParsedTelegram
  • f874f18 feat: add getParsedTelegram method
  • e7b3ed3 feat: parse telegram txt to json
  • 59f23f1 test: add possible telegram responses as mocks
  • 13a44d0 docs: add more docs on methods
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)