Skip to content

Commit

Permalink
update issues found by repo checker
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Oct 26, 2024
1 parent 6efd5f0 commit 0c1227b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
6 changes: 3 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
],
"keywords": [
"bambulab",
"3d-printing"
"3d-printing",
"ioBroker"
],
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "bambulab.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/DrozmotiX/ioBroker.bambulab/main/admin/bambulab.png",
Expand All @@ -132,7 +132,7 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=4.0.24"
}
],
"globalDependencies": [
Expand Down
5 changes: 5 additions & 0 deletions lib/state_attr.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ const state_attrb = {
'type': 'string',
'role': 'value.time'
},
'lower_limit': {
'name': 'Expected Finish Time of current print',
'type': 'string',
'role': 'state'
},
'finishTime': {
'name': 'Expected Finish Time of current print',
'type': 'mixed',
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/DrozmotiX/ioBroker.bambulab.git"
},
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.2",
Expand Down Expand Up @@ -51,7 +51,7 @@
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"typescript": "~5.0.4"
"typescript": "~5.6.3"
},
"main": "main.js",
"files": [
Expand Down

0 comments on commit 0c1227b

Please sign in to comment.