Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
- Added states for objects with high byte 0x03 with reading and writing
- Recreate device objects on adapter restart
- Simplified methods for writing fan data based on subscribed states
- Added a first unit test for the parsing of numbers.

<!--
    Placeholder for the next version (at the beginning of the line):
    ### **WORK IN PROGRESS**
-->
  • Loading branch information
N-b-dy committed Jan 11, 2025
1 parent 8606b0a commit 40148f2
Show file tree
Hide file tree
Showing 10 changed files with 264 additions and 151 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ This channel contains system data about the hardware and firmware as well as run
- Implement missing data points (like time schedule, writing of network data & cloud control)

## Changelog

### **WORK IN PROGRESS**
### 0.0.3 (2025-01-11)

- Added states for objects with high byte 0x03 with reading and writing
- Recreate device objects on adapter restart
Expand Down
54 changes: 54 additions & 0 deletions build/lib/DataHelpers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions build/lib/DataHelpers.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 14 additions & 2 deletions build/lib/ModelData.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/lib/ModelData.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 47 additions & 29 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 40148f2

Please sign in to comment.