eufy-mega / model/capabilities / PowerSource
Variable: PowerSource
ts
const PowerSource: object;Power source options — pass PowerSource.Battery / PowerSource.ExternalSolarPanel to setPowerSource.
Type Declaration
Battery
ts
readonly Battery: "battery" = "battery";ExternalSolarPanel
ts
readonly ExternalSolarPanel: "external" = "external";