eufy-mega / model/capabilities / WORKING_MODE_MAPS
Variable: WORKING_MODE_MAPS
ts
const WORKING_MODE_MAPS: Readonly<Record<string, Readonly<Record<number, string>>>>;Working-mode value → label maps, keyed by device model T-code. Models number the same mode differently and the mapping is per-device, so the maps are kept here and resolved by model. Expand as new models are confirmed — most battery cameras use the 3-mode identity map (DEFAULT); a model with a different set (e.g. a doorbell's extra "Balance Surveillance") gets its own entry, matched by model T-code prefix.