Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map test #2240

Merged
merged 19 commits into from
Oct 17, 2024
Merged

Map test #2240

merged 19 commits into from
Oct 17, 2024

Conversation

asgothian
Copy link
Collaborator

No description provided.

Offer the option to disable physics on the network map
Additonal logging - toZigbee empty or undefined
keycheck
special logging
Extra logging
new method of selecting converter
- new herdsman
- new herdsman-converters
- new version number
bump converters
bump converters
@asgothian asgothian merged commit 5a5306c into ioBroker:master Oct 17, 2024
2 of 9 checks passed
for (const c of mappedModel.toZigbee) {

if (!c.hasOwnProperty('convertSet')) continue;
this.log.debug(`Type of toZigbee is '${typeof c}', Contains key ${(c.hasOwnProperty('key')?JSON.stringify(c.key):'false ')}`)

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (94% of all statements in
the enclosing function
have an explicit semicolon).
if (!c.hasOwnProperty('key') && c.hasOwnProperty('convertSet') && converter === undefined)
{
converter = c;
this.log.debug('setting converter to keyless converter')

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (94% of all statements in
the enclosing function
have an explicit semicolon).
}
if (c.key.includes(stateDesc.prop) || c.key.includes(stateDesc.setattr) || c.key.includes(stateDesc.id))
{
this.log.debug(`${(converter===undefined?'Setting':'Overriding')}' converter to converter with key(s)'${JSON.stringify(c.key)}}`)

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (94% of all statements in
the enclosing function
have an explicit semicolon).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant