Skip to content

Commit accc919

Browse files
committed
updated translations
1 parent 10f4c8e commit accc919

17 files changed

+5
-2
lines changed

hardware/SBFSpot.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,11 @@ void CSBFSpot::GetMeterDetails()
632632
double LastTotal=0;
633633
if (GetMeter(0,1,LastUsage,LastTotal))
634634
{
635-
if (kWhCounter<LastTotal)
635+
if (kWhCounter < LastTotal)
636+
{
637+
_log.Log(LOG_ERROR, "SBFSpot: Actual KwH counter (%f) less then last Counter (%f)!",kWhCounter,LastTotal);
636638
return;
639+
}
637640
}
638641
SendMeter(0,1, Pac/1000.0, kWhCounter, "SolarMain");
639642
}

www/html5.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# ref 665
2+
# ref 666
33

44
CACHE:
55
# CSS

www/i18n/domoticz-ar.json.gz

21 Bytes
Binary file not shown.

www/i18n/domoticz-bg.json.gz

22 Bytes
Binary file not shown.

www/i18n/domoticz-de.json.gz

16 Bytes
Binary file not shown.

www/i18n/domoticz-en.json.gz

21 Bytes
Binary file not shown.

www/i18n/domoticz-es.json.gz

22 Bytes
Binary file not shown.

www/i18n/domoticz-fr.json.gz

32 Bytes
Binary file not shown.

www/i18n/domoticz-it.json.gz

21 Bytes
Binary file not shown.

www/i18n/domoticz-nl.json.gz

22 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)