This commit is contained in:
Proddy
2023-01-12 17:39:36 +01:00
parent 6d3f768e92
commit e437597ef4

View File

@@ -33,7 +33,7 @@
// if there is no translation, it will default to en // if there is no translation, it will default to en
// device types, as display in Web and Console // device types, as display in Web and Console
// TODO translation // TODO translate
MAKE_PSTR_LIST(boiler_device, "Boiler", "Kessel", "Boiler") MAKE_PSTR_LIST(boiler_device, "Boiler", "Kessel", "Boiler")
MAKE_PSTR_LIST(thermostat_device, "Thermostat", "Thermostat", "Thermostaat") MAKE_PSTR_LIST(thermostat_device, "Thermostat", "Thermostat", "Thermostaat")
MAKE_PSTR_LIST(heatpump_device, "Heat Pump", "Wärmepumpe", "Warmtepomp") MAKE_PSTR_LIST(heatpump_device, "Heat Pump", "Wärmepumpe", "Warmtepomp")