Skip to content

Commit

Permalink
Fixed CRON settings jsonConfig for Admin adapter. (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSchroe committed Oct 28, 2023
1 parent 10faaff commit 50d0d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ The values of the state provide multiple manipulation modes:
- (Michael Schroeder) [#126](https://github.com/MiSchroe/ioBroker.klf200/issues/126) Fixed Adapter-Checker warning.
- (Michael Schroeder) [#124](https://github.com/MiSchroe/ioBroker.klf200/issues/124) Added help message for password in configuration dialog.
- (Michael Schroeder) [#106](https://github.com/MiSchroe/ioBroker.klf200/issues/106) Fixed an unhandled rejection exception.
- (Michael Schroeder) [#135](https://github.com/MiSchroe/ioBroker.klf200/issues/135) Fixed warning for Admin settings.

### 1.1.2 (2023-10-19)

Expand Down
2 changes: 2 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"automaticRebootCronTime": {
"type": "cron",
"label": "Cron pattern for automatic reboot",
"complex": true,
"simple": true,
"hidden": "!data.enableAutomaticReboot",
"sm": 12,
"md": 6
Expand Down

0 comments on commit 50d0d49

Please sign in to comment.