CD: complication data (Get data from watch complications)
Syntax
cd(id, type)Arguments
- id: Complication ID, numerical, 0 is background complication
 - type: Field type to extract (see examples)
 
Examples
| Formula | Description | 
|---|---|
| $cd(1, stext)$ | First complication small text | 
| $cd(2, ltext)$ | Second complication long text if available | 
| $cd(3, icon)$ | Third complication icon | 
| $cd(1, rval)$ | First complication ranged value | 
| $cd(1, rmin)$ | First complication ranged min value | 
| $cd(1, rmax)$ | First complication ranged max value | 
| $cd(1, simg)$ | First complication small image | 
| $cd(0, limg)$ | Background complication large image | 
| $cd(0, title)$ | First complication title if available |