Complication Provider

The Complication Provider gives access to the data of the defined complications of the watch.

Configuration

  • Slot
    Defines which slot to use.
    Slots 1 - 4 are selectable in the Settings/Preferences of the watchface. The Output of all slots is OS and vendor dependant. Results my differ between devices.

    Slot Output

    Slot 1

    Custom slot 1

    Slot 2

    Custom slot 2

    Slot 3

    Custom slot 3

    Slot 4

    Custom slot 4

    Battery Level

    Battery level from 0-100

    Date

    Date

    Time And Date

    Time and Date

    Step Count

    Daily step counter

    World Clock

    World clock

    App Shortcut

    App shortcut

    Notification

    Unread notification count

    Next Event

    Next event

    Sunrise / Sunset

    Sunrise and sunset time

    Day Of Week

    Day of the week

    Day And Date

    Actual day and date

Query

  • Status
    Get the actual slot status.

    Text Numeric Status

    N/A

    0

    Empty slot, no data or no configuration

    Excellent

    1

    Data available

    Fail

    5

    No permission to access complication data

  • Short Text
    Short text value if available from the complication source.

  • Long Text
    Long text value if available from the complication source.

  • Short Title
    Short title value if available from the complication source.

  • Long Title
    Long title value if available from the complication source.

  • Min Value
    Minimum range value if data is a ranged value.

  • Max Value
    Maximum value if data is a ranged value.

  • Raw Value
    Raw value if data is a ranged value.

  • Ranged Value
    Scaled value if data is ranged value.
    Calculation formula: value = (raw - min) * 100 / (max - min)