Skip to content

Bump smart-bus from 0.5.0 to 0.7.0#4

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/smart-bus-0.7.0
Open

Bump smart-bus from 0.5.0 to 0.7.0#4
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/smart-bus-0.7.0

Conversation

@dependabot-preview
Copy link

Bumps smart-bus from 0.5.0 to 0.7.0.

Release notes

Sourced from smart-bus's releases.

Version 0.7.0

  • Add Read Dry Contact Status commaands (0x15CE, 0x15CF)

Version 0.6.0

  • Allow to reuse same UDP address
  • Socket events on Bus instance
  • Enable UDP broadcast
  • Add address getter to Device instance
  • New API functions signature
  • Sender device decoupled from Bus class
  • Events on Device provides command object as a payload
  • Channel DSL removed
  • Keep command payload
  • Fix channels info for scene status commands (0x0003, 0xEFFF)
  • Fix parsing of "Response Read Sensors Status" (0x1605)
  • Add Panel buttons control commands (0xE012, 0xE14E)
  • Add AC Control commands (0x193A, 0x193B)

BREAKING:

  • bus.device(), bus.send() and device.send() functions have new signature;
  • device.send() method now sends command from device to target;

Refer to Send commands readme section for details.

  • Now Bus object represents only and udp socket, sender device could be any device and must be initalized separately;

Refer to Initialization readme section for details.

  • Events on Device instance have same payload as events on Bus;

  • device.channel() abstraction removed, listen for events manually;

Refer to Complete example readme section for details.

Changelog

Sourced from smart-bus's changelog.

0.7.0

  • Add Read Dry Contact Status commaands (0x15CE, 0x15CF)

0.6.0

  • Allow to reuse same UDP address
  • Socket events on Bus instance
  • Enable UDP broadcast
  • Add address getter to Device instance
  • New API functions signature
  • Sender device decoupled from Bus class
  • Events on Device provides command object as a payload
  • Channel DSL removed
  • Keep command payload
  • Fix channels info for scene status commands (0x0003, 0xEFFF)
  • Fix parsing of "Response Read Sensors Status" (0x1605)
  • Add Panel buttons control commands (0xE012, 0xE14E)
  • Add AC Control commands (0x193A, 0x193B)

BREAKING:

  • bus.device(), bus.send() and device.send() functions have new signature;

  • device.send() method now sends command from device to target;

    Refer to Send commands readme section for details.

  • Now Bus object represents only and udp socket, sender device could be any device and must be initalized separately;

    Refer to Initialization readme section for details.

  • Events on Device instance have same payload as events on Bus;

  • device.channel() abstraction removed, listen for events manually;

    Refer to Complete example readme section for details.

0.5.2

  • Floor heating parse add timer data only if present (#14)

0.5.1

... (truncated)

Commits
  • 0de06d2 Version 0.7.0
  • d800e94 Cleanup whitespace
  • 0760723 Add command parser for dry contact buses (#17)
  • d783e67 Specify eslint version compatible with node v6
  • 6d37e42 Don't test with old versions of nodejs on travis ci
  • 420749b Bump eslint from 2.13.1 to 6.8.0 (#12)
  • fbadb99 Version 0.6.0
  • 47edda1 Add migration guide for v0.6
  • 08e0d87 Add AC Control commands 0x193A, 0x193B
  • 95cffca Add Panel commands 0xE012, 0xE14E
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [smart-bus](https://github.com/caligo-mentis/smart-bus) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/caligo-mentis/smart-bus/releases)
- [Changelog](https://github.com/caligo-mentis/smart-bus/blob/master/CHANGELOG.md)
- [Commits](caligo-mentis/smart-bus@v0.5.0...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants