Skip to content

Commit

Permalink
chore: remove deprecated values
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 10, 2023
1 parent 177fe88 commit 461f570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var deprecatedTopics = []string{
"activePhases", "range", "socCharge",
"vehicleSoC", "batterySoC", "bufferSoC", "minSoC", "prioritySoC", "targetSoC", "vehicleTargetSoC", "vehicles",
"savingsAmount", "savingsEffectivePrice", "savingsGridCharged", "savingsSelfConsumptionCharged", "savingsSelfConsumptionPercent", "savingsTotalCharged",
"stats/30d", "stats/365d", "stats/total",
}

// MQTT is the MQTT server. It uses the MQTT client for publishing.
Expand Down

0 comments on commit 461f570

Please sign in to comment.