mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Move text to lang files
This commit is contained in:
parent
204d738053
commit
29deb769d4
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Wagwoord geverifieer" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Wagwoord geverifieer" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Fout" // Any other error
|
#define D_FP_UNKNOWNERROR "Fout" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_AF_AF_H_
|
#endif // _LANGUAGE_AF_AF_H_
|
||||||
|
@ -957,4 +957,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_BG_BG_H_
|
#endif // _LANGUAGE_BG_BG_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_CS_CZ_H_
|
#endif // _LANGUAGE_CS_CZ_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Übereinstimmung" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Übereinstimmung" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Fehler" // Any other error
|
#define D_FP_UNKNOWNERROR "Fehler" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (Gelb)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (Blau)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (Grün)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (Hellblau)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (Rot)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (Lila)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (Orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manuell" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heizung"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Rückspülung"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "Langsam"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "Mittel"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "Schnell"
|
||||||
|
#define D_NEOPOOL_TYPE "Typ" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlor"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Konduktivität"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionisierung"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolyse"
|
||||||
|
#define D_NEOPOOL_RELAY "Relais"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Licht"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Säurepumpe"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Laugenpumpe"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox Pegel"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorpumpe"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Salzwasserpumpe"
|
||||||
|
#define D_NEOPOOL_TIME "Zeit"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrAus"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Abdeckung"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Niedrig"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "zu hoch" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "zu niedrig"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "Pumpzeit überschritten"
|
||||||
|
|
||||||
#endif // _LANGUAGE_DE_DE_H_
|
#endif // _LANGUAGE_DE_DE_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_EL_GR_H_
|
#endif // _LANGUAGE_EL_GR_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_EN_GB_H_
|
#endif // _LANGUAGE_EN_GB_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Clave Correcta" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Clave Correcta" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_ES_ES_H_
|
#endif // _LANGUAGE_ES_ES_H_
|
||||||
|
@ -952,4 +952,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Mot-de-passe vérifié" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Mot-de-passe vérifié" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Erreur" // Any other error
|
#define D_FP_UNKNOWNERROR "Erreur" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_FR_FR_H_
|
#endif // _LANGUAGE_FR_FR_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_HE_HE_H_
|
#endif // _LANGUAGE_HE_HE_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_HU_HU_H_
|
#endif // _LANGUAGE_HU_HU_H_
|
||||||
|
@ -784,6 +784,8 @@
|
|||||||
#define D_SENSOR_SDCARD_CS "Scheda SD - CS"
|
#define D_SENSOR_SDCARD_CS "Scheda SD - CS"
|
||||||
#define D_SENSOR_WIEGAND_D0 "Wiegand - D0"
|
#define D_SENSOR_WIEGAND_D0 "Wiegand - D0"
|
||||||
#define D_SENSOR_WIEGAND_D1 "Wiegand - D1"
|
#define D_SENSOR_WIEGAND_D1 "Wiegand - D1"
|
||||||
|
#define D_SENSOR_NEOPOOL_TX "NeoPool Tx"
|
||||||
|
#define D_SENSOR_NEOPOOL_RX "NeoPool Rx"
|
||||||
|
|
||||||
// Units
|
// Units
|
||||||
#define D_UNIT_AMPERE "A"
|
#define D_UNIT_AMPERE "A"
|
||||||
@ -955,4 +957,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verificata" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verificata" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Errore" // Any other error
|
#define D_FP_UNKNOWNERROR "Errore" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_IT_IT_H_
|
#endif // _LANGUAGE_IT_IT_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_KO_KO_H_
|
#endif // _LANGUAGE_KO_KO_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_NL_NL_H_
|
#endif // _LANGUAGE_NL_NL_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_PL_PL_D_H_
|
#endif // _LANGUAGE_PL_PL_D_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_PT_BR_H_
|
#endif // _LANGUAGE_PT_BR_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_PT_PT_H_
|
#endif // _LANGUAGE_PT_PT_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_RO_RO_H_
|
#endif // _LANGUAGE_RO_RO_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_RU_RU_H_
|
#endif // _LANGUAGE_RU_RU_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_SK_SK_H_
|
#endif // _LANGUAGE_SK_SK_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_SV_SE_H_
|
#endif // _LANGUAGE_SV_SE_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_TR_TR_H_
|
#endif // _LANGUAGE_TR_TR_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_UK_UA_H_
|
#endif // _LANGUAGE_UK_UA_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_VI_VN_H_
|
#endif // _LANGUAGE_VI_VN_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_ZH_CN_H_
|
#endif // _LANGUAGE_ZH_CN_H_
|
||||||
|
@ -958,4 +958,56 @@
|
|||||||
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
#define D_FP_PASSVERIFY "Password verified" // 0x21 Verify the fingerprint passed
|
||||||
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
#define D_FP_UNKNOWNERROR "Error" // Any other error
|
||||||
|
|
||||||
|
// xsns_83_neopool.ino
|
||||||
|
#define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
|
||||||
|
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
||||||
|
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
||||||
|
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
||||||
|
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
||||||
|
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
||||||
|
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
||||||
|
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
||||||
|
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
||||||
|
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
||||||
|
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
||||||
|
#define D_NEOPOOL_MACH_HAY "Hay"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
|
||||||
|
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
||||||
|
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
||||||
|
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
||||||
|
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
||||||
|
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
||||||
|
#define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
|
||||||
|
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
||||||
|
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
||||||
|
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
||||||
|
#define D_NEOPOOL_TYPE "Type" // Sensor & relais names
|
||||||
|
#define D_NEOPOOL_REDOX "Redox"
|
||||||
|
#define D_NEOPOOL_CHLORINE "Chlorine"
|
||||||
|
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
||||||
|
#define D_NEOPOOL_IONIZATION "Ionization"
|
||||||
|
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
||||||
|
#define D_NEOPOOL_RELAY "Relay"
|
||||||
|
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
||||||
|
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
||||||
|
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
||||||
|
#define D_NEOPOOL_RELAY_RX "Redox level"
|
||||||
|
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
||||||
|
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
||||||
|
#define D_NEOPOOL_TIME "Time"
|
||||||
|
#define D_NEOPOOL_FILT_MODE "Filtration"
|
||||||
|
#define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
|
||||||
|
#define D_NEOPOOL_PR_OFF "PrOff"
|
||||||
|
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
||||||
|
#define D_NEOPOOL_COVER "Cover"
|
||||||
|
#define D_NEOPOOL_SHOCK "Shock"
|
||||||
|
#define D_NEOPOOL_ALARM "! "
|
||||||
|
#define D_NEOPOOL_LOW "Low"
|
||||||
|
#define D_NEOPOOL_FLOW1 "FL1"
|
||||||
|
#define D_NEOPOOL_FLOW2 "FL2"
|
||||||
|
#define D_NEOPOOL_PH_HIGH "too high" // ph Alarms
|
||||||
|
#define D_NEOPOOL_PH_LOW "too low"
|
||||||
|
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
||||||
|
|
||||||
#endif // _LANGUAGE_ZH_TW_H_
|
#endif // _LANGUAGE_ZH_TW_H_
|
||||||
|
@ -516,20 +516,6 @@ struct NEOPOOL_REG {
|
|||||||
|
|
||||||
#define D_NEOPOOL_NAME "NeoPool"
|
#define D_NEOPOOL_NAME "NeoPool"
|
||||||
|
|
||||||
// Machine names
|
|
||||||
#define D_NEOPOOL_MACH_NONE D_NEOPOOL_NAME
|
|
||||||
#define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife (yellow)"
|
|
||||||
#define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic (blue)"
|
|
||||||
#define D_NEOPOOL_MACH_OXILIFE "Oxilife (green)"
|
|
||||||
#define D_NEOPOOL_MACH_BIONET "Bionet (light blue)"
|
|
||||||
#define D_NEOPOOL_MACH_HIDRONISER "Hidroniser (red)"
|
|
||||||
#define D_NEOPOOL_MACH_UVSCENIC "UVScenic (lilac)"
|
|
||||||
#define D_NEOPOOL_MACH_STATION "Station (orange)"
|
|
||||||
#define D_NEOPOOL_MACH_BRILIX "Brilix"
|
|
||||||
#define D_NEOPOOL_MACH_GENERIC "Generic"
|
|
||||||
#define D_NEOPOOL_MACH_BAYROL "Bayrol"
|
|
||||||
#define D_NEOPOOL_MACH_HAY "Hay"
|
|
||||||
|
|
||||||
const char kNeoPoolMachineNames[] PROGMEM =
|
const char kNeoPoolMachineNames[] PROGMEM =
|
||||||
D_NEOPOOL_MACH_NONE "|"
|
D_NEOPOOL_MACH_NONE "|"
|
||||||
D_NEOPOOL_MACH_HIDROLIFE "|"
|
D_NEOPOOL_MACH_HIDROLIFE "|"
|
||||||
@ -545,13 +531,6 @@ const char kNeoPoolMachineNames[] PROGMEM =
|
|||||||
D_NEOPOOL_MACH_HAY
|
D_NEOPOOL_MACH_HAY
|
||||||
;
|
;
|
||||||
|
|
||||||
// Filtration modes
|
|
||||||
#define D_NEOPOOL_FILTRATION_MANUAL "Manual"
|
|
||||||
#define D_NEOPOOL_FILTRATION_AUTO "Auto"
|
|
||||||
#define D_NEOPOOL_FILTRATION_HEATING "Heating"
|
|
||||||
#define D_NEOPOOL_FILTRATION_SMART "Smart"
|
|
||||||
#define D_NEOPOOL_FILTRATION_INTELLIGENT "Intelligent"
|
|
||||||
#define D_NEOPOOL_FILTRATION_BACKWASH "Backwash"
|
|
||||||
const char kNeoPoolFiltrationMode[] PROGMEM =
|
const char kNeoPoolFiltrationMode[] PROGMEM =
|
||||||
D_NEOPOOL_FILTRATION_MANUAL "|"
|
D_NEOPOOL_FILTRATION_MANUAL "|"
|
||||||
D_NEOPOOL_FILTRATION_AUTO "|"
|
D_NEOPOOL_FILTRATION_AUTO "|"
|
||||||
@ -561,11 +540,6 @@ const char kNeoPoolFiltrationMode[] PROGMEM =
|
|||||||
D_NEOPOOL_FILTRATION_BACKWASH
|
D_NEOPOOL_FILTRATION_BACKWASH
|
||||||
;
|
;
|
||||||
|
|
||||||
// Filtration speed level
|
|
||||||
#define D_NEOPOOL_FILTRATION_NONE ""
|
|
||||||
#define D_NEOPOOL_FILTRATION_SLOW "slow"
|
|
||||||
#define D_NEOPOOL_FILTRATION_MEDIUM "medium"
|
|
||||||
#define D_NEOPOOL_FILTRATION_FAST "fast"
|
|
||||||
const char kNeoPoolFiltrationSpeed[] PROGMEM =
|
const char kNeoPoolFiltrationSpeed[] PROGMEM =
|
||||||
D_NEOPOOL_FILTRATION_NONE "|"
|
D_NEOPOOL_FILTRATION_NONE "|"
|
||||||
D_NEOPOOL_FILTRATION_SLOW "|"
|
D_NEOPOOL_FILTRATION_SLOW "|"
|
||||||
@ -573,38 +547,6 @@ const char kNeoPoolFiltrationSpeed[] PROGMEM =
|
|||||||
D_NEOPOOL_FILTRATION_FAST
|
D_NEOPOOL_FILTRATION_FAST
|
||||||
;
|
;
|
||||||
|
|
||||||
// Sensor & relais names
|
|
||||||
#define D_NEOPOOL_TYPE "Type"
|
|
||||||
#define D_NEOPOOL_REDOX "Redox"
|
|
||||||
#define D_NEOPOOL_CHLORINE "Chlorine"
|
|
||||||
#define D_NEOPOOL_CONDUCTIVITY "Conductivity"
|
|
||||||
#define D_NEOPOOL_IONIZATION "Ionization"
|
|
||||||
#define D_NEOPOOL_HYDROLYSIS "Hydrolysis"
|
|
||||||
#define D_NEOPOOL_RELAY "Relay"
|
|
||||||
#define D_NEOPOOL_RELAY_FILTRATION "Filtration"
|
|
||||||
#define D_NEOPOOL_RELAY_LIGHT "Light"
|
|
||||||
#define D_NEOPOOL_RELAY_PH_ACID "Acid pump"
|
|
||||||
#define D_NEOPOOL_RELAY_PH_BASE "Base pump"
|
|
||||||
#define D_NEOPOOL_RELAY_RX "Redox level"
|
|
||||||
#define D_NEOPOOL_RELAY_CL "Chlorine pump"
|
|
||||||
#define D_NEOPOOL_RELAY_CD "Brine pump"
|
|
||||||
#define D_NEOPOOL_TIME "Time"
|
|
||||||
#define D_NEOPOOL_FILT_MODE "Filtration"
|
|
||||||
|
|
||||||
// Sensor status
|
|
||||||
#define D_NEOPOOL_POLARIZATION "Pol"
|
|
||||||
#define D_NEOPOOL_PR_OFF "PrOff"
|
|
||||||
#define D_NEOPOOL_SETPOINT_OK "Ok"
|
|
||||||
#define D_NEOPOOL_COVER "Cover"
|
|
||||||
#define D_NEOPOOL_SHOCK "Shock"
|
|
||||||
#define D_NEOPOOL_ALARM "! "
|
|
||||||
#define D_NEOPOOL_LOW "Low"
|
|
||||||
#define D_NEOPOOL_FLOW1 "FL1"
|
|
||||||
#define D_NEOPOOL_FLOW2 "FL2"
|
|
||||||
|
|
||||||
#define D_NEOPOOL_PH_HIGH "too high"
|
|
||||||
#define D_NEOPOOL_PH_LOW "too low"
|
|
||||||
#define D_NEOPOOL_PUMP_TIME_EXCEEDED "pump time exceeded"
|
|
||||||
const char kNeoPoolpHAlarms[] PROGMEM =
|
const char kNeoPoolpHAlarms[] PROGMEM =
|
||||||
D_NEOPOOL_SETPOINT_OK "|"
|
D_NEOPOOL_SETPOINT_OK "|"
|
||||||
D_NEOPOOL_PH_HIGH "|"
|
D_NEOPOOL_PH_HIGH "|"
|
||||||
@ -612,7 +554,9 @@ const char kNeoPoolpHAlarms[] PROGMEM =
|
|||||||
D_NEOPOOL_PUMP_TIME_EXCEEDED
|
D_NEOPOOL_PUMP_TIME_EXCEEDED
|
||||||
;
|
;
|
||||||
|
|
||||||
#define D_STR_BIT "Bit"
|
#ifndef D_STR_BIT
|
||||||
|
#define D_STR_BIT "Bit"
|
||||||
|
#endif // D_STR_BIT
|
||||||
|
|
||||||
const char HTTP_SNS_NEOPOOL_PH[] PROGMEM = "{s}%s " D_PH "{m}%s " "%s%s" "{e}";
|
const char HTTP_SNS_NEOPOOL_PH[] PROGMEM = "{s}%s " D_PH "{m}%s " "%s%s" "{e}";
|
||||||
const char HTTP_SNS_NEOPOOL_TIME[] PROGMEM = "{s}%s " D_NEOPOOL_TIME "{m}%s" "{e}";
|
const char HTTP_SNS_NEOPOOL_TIME[] PROGMEM = "{s}%s " D_NEOPOOL_TIME "{m}%s" "{e}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user