From 2fa0a6edf35b84e33fcd52000c9a3901b1b89f39 Mon Sep 17 00:00:00 2001 From: Norbert Richter Date: Tue, 19 Jul 2022 16:57:49 +0200 Subject: [PATCH] Add MBV_TIMER_OFFMB_TIMER_ENABLE countdown keys --- tasmota/tasmota_xsns_sensor/xsns_83_neopool.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota_xsns_sensor/xsns_83_neopool.ino b/tasmota/tasmota_xsns_sensor/xsns_83_neopool.ino index b06b6bb1e..c4acec94a 100644 --- a/tasmota/tasmota_xsns_sensor/xsns_83_neopool.ino +++ b/tasmota/tasmota_xsns_sensor/xsns_83_neopool.ino @@ -501,7 +501,9 @@ enum NeoPoolConstAndBitMask { MBV_PAR_CTIMER_ENABLED_LINKED = 2, // Timer enabled and linked to relay from timer 0 MBV_PAR_CTIMER_ALWAYS_ON = 3, // Relay assigned to this timer always on MBV_PAR_CTIMER_ALWAYS_OFF = 4, // Relay assigned to this timer always off - MBV_PAR_CTIMER_COUNTDOWN = 5, // Timer in countdown mode + MBV_PAR_CTIMER_COUNTDOWN_KEY_PLUS = 0x0105, // Timer in countdown mode using + key + MBV_PAR_CTIMER_COUNTDOWN_KEY_MINUS = 0x0205, // Timer in countdown mode using - key + // MBV_TIMER_OFFMB_TIMER_FUNCTION codes: MBV_PAR_CTIMER_FCT_FILTRATION = 0x0001, // Filtration function of the system MBV_PAR_CTIMER_FCT_LIGHTING = 0x0002, // Lighting function of the system