nest-api
nest-api copied to clipboard
Thermostat Line Power query
Is there a way to find out if there is power to the thermostat? like $protect->line_power_present with the protest?
I'm not seeing anything obvious in a raw data dump of everything - $nest->getStatus();. Except there is a way to monitor the battery level in
$infos=$nest->getDeviceInfo($devices_serials[0]); print_r($infos);
Mike
On Fri, Jan 8, 2016 at 5:54 PM webpirate [email protected] wrote:
Is there a way to find out if there is power to the thermostat? like $protect->line_power_present with the protest?
— Reply to this email directly or view it on GitHub https://github.com/gboudreau/nest-api/issues/59.