clean
This commit is contained in:
@@ -26,6 +26,18 @@ const char* passwordList[] = {
|
||||
String ip_netzbezug = "192.168.178.236";
|
||||
String ip_erzeugung = "192.168.178.237";
|
||||
|
||||
// ################ SmartMeterReader Script ###################
|
||||
// <jsonPrefix> aus dem SmartMeterReader Script
|
||||
// Beispiel: 1,1-0:1.8.0*255(@1,Verbrauch,kWh,E_in_180,3
|
||||
// json_prefix_1_8_0 = E_in_180
|
||||
|
||||
String json_prefix_Power = "Power";
|
||||
String json_prefix_1_8_0 = "E_in_180";
|
||||
String json_prefix_1_8_1 = "E_in_181";
|
||||
String json_prefix_1_8_2 = "E_in_182";
|
||||
String json_prefix_2_8_0 = "E_in_280";
|
||||
|
||||
|
||||
// ############################################################
|
||||
|
||||
#endif // SETTINGS_H
|
||||
Reference in New Issue
Block a user