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

implemented geofence with ioBroker Visu app #741

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Conversation

foxriver76
Copy link
Contributor

No description provided.

await adapter.setForeignStateAsync(id, presenceStatus, true);
}
} catch (e) {
adapter.log.error(`Could not handle data "${request}" by Visu App: ${e.message}`)

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (97% of all statements in
the enclosing function
have an explicit semicolon).
}
} catch (e) {
adapter.log.error(`Could not handle data "${request}" by Visu App: ${e.message}`)
return { error: e.message }

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (97% of all statements in
the enclosing function
have an explicit semicolon).
@foxriver76 foxriver76 marked this pull request as ready for review April 9, 2024 15:25
@foxriver76 foxriver76 merged commit eb8732b into master Apr 9, 2024
7 of 9 checks passed
@foxriver76 foxriver76 deleted the visu-geofence branch April 9, 2024 15:29
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.

None yet

1 participant