I'm using the SwiCago library to control a Mitsubishi heatpump with an 8266; there's an option to read the timer status from the hp.getStatus function:-
rootTimers["mode"] = currentStatus.timers.mode;
However I can't see any way to turn the timers on or off, or set the timer mode. Any idea if it's possible?