crycode-de / ioBroker.ds18b20

ioBroker adapter for DS18B20 1-wire temperature sensors
MIT License
6 stars 8 forks source link

Admin reports jsonConfig error #112

Closed mcm1957 closed 8 months ago

mcm1957 commented 8 months ago

jsonConfgi seems to contain an error:

2023-10-27 08:09:46.811 - warn: admin.0 (3322310) ds18b20 has an invalid jsonConfig: [{"instancePath":"/items/sensorsTab/items/sensors/items/1","schemaPath":"#/patternProperties/%5E.%2B/allOf/22/then/properties/items/items/allOf/20/then/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"hide"},"message":"must NOT have additional properties"},{"instancePath":"/items/sensorsTab","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/8/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]

attribute 'hide'does not exist. Did you mean 'hidden'?

https://github.com/crycode-de/ioBroker.ds18b20/blob/3db65cf1c1fd1692fc9f2c1ce398c4e3755ee5b1/admin/jsonConfig.json#L69 https://github.com/ioBroker/ioBroker.admin/blob/master/src/src/components/JsonConfigComponent/SCHEMA.md

crycode-de commented 8 months ago

Fixed in v2.0.5