Skip to content

Bump smart-bus from 0.5.0 to 0.6.0#3

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

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

Conversation

@dependabot-preview
Copy link

Bumps smart-bus from 0.5.0 to 0.6.0.

Changelog

Sourced from smart-bus's changelog.

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

  • Parse only integer part of temperature value for 0xE3E5 (#11)
Commits
  • 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
  • 9677764 Add missing humidity byte to 0x1605
  • 0fb3f4c Fix parsing and encoding of 0x0003 and 0xEFFF
  • 61686a5 Always keep command payload
  • a26e9bb Remove Channel class
  • c22c6f3 Use same payload for Device events as on Bus
  • b4dcf90 Decouple udp socket and "sender device"
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.6.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.6.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 20, 2020
@dependabot-preview
Copy link
Author

Superseded by #4.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/smart-bus-0.6.0 branch April 23, 2021 07:21
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