Skip to content

Commit e38b2ad

Browse files
[fix]: Update io-package.json - correct descr of supportCustoms (#3022)
* Update io-package.json - correct descr of supportCustoms * Fix JSON syntax in io-package schema --------- Co-authored-by: Bluefox <[email protected]>
1 parent 1e5ae5e commit e38b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/io-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@
14361436
"type": "boolean"
14371437
},
14381438
"supportCustoms": {
1439-
"description": "If the adapter support settings for every state. It has to have custom.html file in admin. Sample can be found in ioBroker.history",
1439+
"description": "If the adapter supports settings for every state. It requires file jsonCustom.json in admin and \"common.adminUI\":{\"custom\":\"json\"}. Sample can be found in ioBroker.history",
14401440
"type": "boolean"
14411441
},
14421442
"supportStopInstance": {

0 commit comments

Comments
 (0)