We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As initiatiated here: owntracks/android#1618
a) is sent on user request or b) requested by cmd c) published in MQTT to owntracks/user/device/status topic (or HTTP)
example message:
{ "_type": "status", "iOS": { "altimeterAuthorizationStatus": "CMAuthorizationStatusNotDetermined", "altimeterIsRelativeAltitudeAvailable": false, "backgroundRefreshStatus": "UIBackgroundRefreshStatusAvailable", "deviceIdentifierForVendor": "27A2DC28-0371-4077-B607-85FE50BDCB74", "deviceModel": "iPad", "deviceSystemName": "iPadOS", "deviceSystemVersion": "17.2", "deviceUserInterfaceIdiom": "UIUserInterfaceIdiomPad", "locale": "de_DE", "localeUsesMetricSystem": true, "locationManagerAuthorizationStatus": "kCLAuthorizationStatusAuthorizedAlways", "version": "17.2.3" } }
UI:
The text was updated successfully, but these errors were encountered:
[NEW] status message #778
0a33811
Included in 17.2.5
Sorry, something went wrong.
ckrey
No branches or pull requests
As initiatiated here: owntracks/android#1618
a) is sent on user request or
b) requested by cmd
c) published in MQTT to owntracks/user/device/status topic (or HTTP)
example message:
UI:
The text was updated successfully, but these errors were encountered: