Skip to content

Commit

Permalink
0.4.15-alpha.1 Bugfix: "is missing required property common.type"
Browse files Browse the repository at this point in the history
fixes #883
  • Loading branch information
DutchmanNL committed Oct 21, 2023
1 parent af88beb commit deb2bf5
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 525 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ When the adapter crashes or any other Code error happens, this error message tha
### __WORK IN PROGRESS__
* (DutchmanNL) Solved issues reported by sentry
* (DutchmanNL) Improved some logging, code polishing
* (DutchmanNL) Bugfix: "is missing required property common.type" fixes #883

### 0.4.14 (2022-02-23) Optimize Device reset handling
* (DutchmanNL) Small code updates, lifecycle patches
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "sourceanalytix",
"version": "0.4.15-alpha.0",
"version": "0.4.15-alpha.1",
"news": {
"0.4.14": {
"en": "Small code updates, lifecycle patches\nOption to disable device reset feature added\nBugfix: Cannot read property 'name' of undefined solv\n",
Expand Down
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,7 @@ class Sourceanalytix extends utils.Adapter {
common: {
name: commonData.name,
unit: commonData.unit,
type: 'number',
},
native: {},
});
Expand Down
Loading

0 comments on commit deb2bf5

Please sign in to comment.