This commit is contained in:
2024-12-28 18:51:50 +01:00
parent f55d7c1eff
commit 134fbd5ce0
3 changed files with 100 additions and 67 deletions

View File

@@ -45,13 +45,13 @@ String tasmota_smr_json_prefix_1_8_0 = "E_in_180";
// ------------- 1.8.1 -------------
// Überschrift im Display, wenn das 1.8.1 Register angezeigt wird (LCD Display Zeile 1)
String tasmota_smr_json_prefix_1_8_1_lcd_text = "1.8.1 (NT):";
String tasmota_smr_json_prefix_1_8_1_lcd_text = "1.8.1 (HT):";
// Tasmota Script JSON Prefix für das 1.8.1 Register (Wert in Zeile 2)
String tasmota_smr_json_prefix_1_8_1 = "E_in_181";
// ------------- 1.8.2 -------------
// Überschrift im Display, wenn das 1.8.2 Register angezeigt wird (LCD Display Zeile 1)
String tasmota_smr_json_prefix_1_8_2_lcd_text = "1.8.2 (HT):";
String tasmota_smr_json_prefix_1_8_2_lcd_text = "1.8.2 (NT):";
// Tasmota Script JSON Prefix für das 1.8.2 Register (Wert in Zeile 2)
String tasmota_smr_json_prefix_1_8_2 = "E_in_182";
@@ -80,6 +80,4 @@ unsigned long refreshrate_consumption = 15000;
// ############################################################
#endif // SETTINGS_H