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 — see zepp-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
Installs
3
GitHub Stars
2
First Seen
Jun 12, 2026
zepp-os-device-system — osben/zepp-os-skills