Skip to content

Commit

Permalink
Added link to iobroker.jsonconfig-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 10, 2023
1 parent e6f69b9 commit 0a4bd0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"semver": "^7.5.4",
"ws": "^8.14.0"
"ws": "^8.14.1"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
Expand All @@ -53,7 +53,7 @@
"@typescript-eslint/parser": "^6.6.0",
"chai": "^4.3.8",
"colorette": "^2.0.20",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"date-fns": "^2.30.0",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-eqeqeq-fix": "^1.0.3",
Expand Down
4 changes: 4 additions & 0 deletions src/src/components/JsonConfigComponent/SCHEMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Additionally, to the JSON file, you must define in the `io-package.json` in `com
```
to say that the adapter supports JSON configuration.

You can see almost all components in action if you test this adapter: https://github.com/mcm1957/ioBroker.jsonconfig-demo.
You can install it via GitHub icon in admin by entering `iobroker.jsonconfig-demo` on the npm tab.


All labels, texts, help texts can be multi-language or just strings.

*If the attribute name starts with "_" it will not be saved in the object.*
Expand Down

0 comments on commit 0a4bd0c

Please sign in to comment.