solar: Update message
This commit is contained in:
parent
9ed6c8cd99
commit
9c6d18b59b
@ -61,10 +61,10 @@ func (this *Solar) SendDailyReport() {
|
|||||||
var todayFormatted = time.Now().Format("Monday, 2 Jan 2006")
|
var todayFormatted = time.Now().Format("Monday, 2 Jan 2006")
|
||||||
|
|
||||||
message := fmt.Sprintf(
|
message := fmt.Sprintf(
|
||||||
"*🔆 Solar Production Report, %s*\n\n"+
|
"*🔆 Solar Production Report — %s*\n\n"+
|
||||||
summary+
|
summary+
|
||||||
"\n\n"+
|
"\n\n"+
|
||||||
"Today: %.2f kWh\n"+
|
"*Today: %.2f kWh*\n"+
|
||||||
"Total: %.2f kWh\n\n"+
|
"Total: %.2f kWh\n\n"+
|
||||||
"`DO NOT CLICK: %d`",
|
"`DO NOT CLICK: %d`",
|
||||||
todayFormatted,
|
todayFormatted,
|
||||||
|
Loading…
Reference in New Issue
Block a user