Allows my home wiz lights to be timed on and off according to a schedule.

Dependents:   heating

Committer:
andrewboyson
Date:
Wed Jun 09 09:23:54 2021 +0000
Revision:
7:3035a540ef65
Parent:
0:9af80a39adcc
Changed WizSchedMinutesUtcToLocal function so that local midnight in summer is 00h00 rather than 24h00.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:9af80a39adcc 1 #include <stdbool.h>
andrewboyson 0:9af80a39adcc 2
andrewboyson 0:9af80a39adcc 3 extern void WizMain(void);
andrewboyson 0:9af80a39adcc 4 extern void WizInit(void);
andrewboyson 0:9af80a39adcc 5
andrewboyson 0:9af80a39adcc 6 extern bool WizTrace;
andrewboyson 0:9af80a39adcc 7
andrewboyson 0:9af80a39adcc 8 extern void WizStatusHttp(void);
andrewboyson 0:9af80a39adcc 9
andrewboyson 0:9af80a39adcc 10