Skip to content

Commit 2dccc55

Browse files
committed
bump ver: 0.0.6b12
1 parent 1bef1bf commit 2dccc55

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
### 0.0.6b10
1+
### 0.0.6b12
22
- NOTE: always backup, I am a carpenter who does this in my spare time, not a software engineer
3+
- Add fan controller percentage slider state updates, will snap to quarter points
4+
- Percentage is converted to preset:
5+
- 0% = OFF
6+
- 1-25% = LOW
7+
- 26-50% = MEDIUM
8+
- 51-75% = HIGH
9+
- 76-100% = MAX
10+
- 2%, 13% or 23% will snap to 25% and be set to LOW
11+
12+
### 0.0.6b11
13+
- Fixes for fan controller PRESET state updates; sub_id parameter missing
14+
15+
### 0.0.6b10
316
- Fix unbound `tgt_id`
417

518
### 0.0.6b9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cync_lan"
7-
version = "0.0.6b11"
7+
version = "0.0.6b12"
88
description = "A Python library for local async MQTT control of Cync/C by GE smart devices (DNS redirection required)"
99
readme = "README.md"
1010
authors = [{name = "baudneo", email = "86508179+baudneo@users.noreply.github.com"}]

src/cync_lan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.0.6b11"
1+
__version__: str = "0.0.6b12"

0 commit comments

Comments
 (0)