Comments
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user