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

New status message on request #778

Closed
ckrey opened this issue Feb 19, 2024 · 1 comment
Closed

New status message on request #778

ckrey opened this issue Feb 19, 2024 · 1 comment
Assignees

Comments

@ckrey
Copy link
Member

ckrey commented Feb 19, 2024

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:
Simulator Screenshot - iPhone SE (3rd generation) - 2024-02-19 at 09 23 43

@ckrey ckrey self-assigned this Feb 19, 2024
@ckrey ckrey added the fixed label Feb 20, 2024
ckrey added a commit that referenced this issue Feb 20, 2024
@ckrey
Copy link
Member Author

ckrey commented Mar 19, 2024

Included in 17.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant