mirror of https://github.com/arendst/Tasmota.git
Update en-GB.h
This commit is contained in:
parent
2339cf2793
commit
bef2587ce6
|
@ -359,7 +359,17 @@
|
||||||
#define D_DOMOTICZ_AIRQUALITY "AirQuality"
|
#define D_DOMOTICZ_AIRQUALITY "AirQuality"
|
||||||
#define D_DOMOTICZ_UPDATE_TIMER "Update timer"
|
#define D_DOMOTICZ_UPDATE_TIMER "Update timer"
|
||||||
|
|
||||||
// xdrv_08_KNX.ino
|
+// xdrv_09_timers.ino
|
||||||
|
+#define D_CONFIGURE_TIMER "Configure Timer"
|
||||||
|
+#define D_TIMER_PARAMETERS "Timer parameters"
|
||||||
|
+#define D_TIMER_ARM "Arm"
|
||||||
|
+#define D_TIMER_TIME "Time"
|
||||||
|
+#define D_TIMER_DAYS "Days"
|
||||||
|
+#define D_TIMER_REPEAT "Repeat"
|
||||||
|
+#define D_TIMER_DEVICE "Device"
|
||||||
|
+#define D_TIMER_POWER "Power"
|
||||||
|
|
||||||
|
// xdrv_10_KNX.ino
|
||||||
#define D_KNX_PARAMETERS "KNX parameters"
|
#define D_KNX_PARAMETERS "KNX parameters"
|
||||||
#define D_KNX_GENERAL_CONFIG "General"
|
#define D_KNX_GENERAL_CONFIG "General"
|
||||||
#define D_KNX_PHYSICAL_ADDRESS "Physical Address"
|
#define D_KNX_PHYSICAL_ADDRESS "Physical Address"
|
||||||
|
|
Loading…
Reference in New Issue