zepp-os-device-system
Installation
SKILL.md
Zepp OS Device System & Utilities
Context: Device App + Watchface (watch-side). API_LEVEL: 2.0+. Prereq: permissions in
app.json— seezepp-os-fundamentals.
Overview
A grab-bag of small but essential watch-side modules: query the device, react to hardware input, read the user's system preferences, localize, and use core helpers.
| Module | What it's for |
|---|---|
@zos/device |
device info: getDeviceInfo() (width/height/screenShape), getDiskInfo() |
@zos/interaction |
hardware input + toast/modal |
@zos/settings |
the user's system preferences (units, formats, language, mode) |
@zos/i18n |
localized strings from .po files |
@zos/user |
getProfile() (data:user.info), addHealthData() (data:user.health) |
@zos/display |
brightness / display settings |
@zos/utils |
EventBus, log, assets, px, stringToBuffer/bufferToString |