Skip to content

Commit

Permalink
Suspend sizecheck for divider and staticImage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Nov 1, 2024
1 parent 50ca74f commit d115ece
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ npx @iobroker/repochecker https://github.com/ioBroker/ioBroker.javascript --loca
-->

## Changelog
### **WORK IN PROGRESS**

- (mcm1957) Size checking for "divider" and "staticImage" supended.

### 3.2.0 (2024-11-01)

- (oweitman) Script has been extended to use optionally local data for checking.
Expand Down
4 changes: 2 additions & 2 deletions lib/M500__JsonConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function check_deviceManager(context, path, jsonConfig, inTable){

function check_divider(context, path, jsonConfig, inTable){
common.debug(`check_divider ${path}`);
chk_responsive(context, path, jsonConfig);
// chk_responsive(context, path, jsonConfig); // TODO - sizes optional
}

function check_file(context, path, jsonConfig, inTable){
Expand Down Expand Up @@ -380,7 +380,7 @@ function check_state(context, path, jsonConfig, inTable){

function check_staticImage(context, path, jsonConfig, inTable){
common.debug(`check_staticImage ${path}`);
chk_responsive(context, path, jsonConfig);
// chk_responsive(context, path, jsonConfig); // TODO sizes optional
}

function check_staticLink(context, path, jsonConfig, inTable){
Expand Down

0 comments on commit d115ece

Please sign in to comment.