Provides information about the watch itself.
This API provides access to information such as the watch model, watch color and watch firmware version.
WatchInfoColor watch_info_get_color | ( | void | ) |
Provides the color of the watch.
WatchInfoVersion watch_info_get_firmware_version | ( | void | ) |
Provides the version of the firmware running on the watch.
WatchInfoModel watch_info_get_model | ( | void | ) |
Provides the model of the watch.
struct WatchInfoVersion |
Data structure containing the version of the firmware running on the watch. The version of the firmware has the form X.[X.[X]]. If a version number is not present it will be 0. For example: the version numbers of 2.4.1 are 2, 4, and 1. The version numbers of 2.4 are 2, 4, and 0.
Data Fields | ||
---|---|---|
uint8_t | major | Major version number. |
uint8_t | minor | Minor version number. |
uint8_t | patch | Patch version number. |
enum WatchInfoColor |
The different watch colors.
enum WatchInfoModel |