Skip to content

Commit

Permalink
Update controller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
christian1980nrw authored Nov 18, 2024
1 parent df1d774 commit 882835f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ else
["mqtt_broker_topic_subscribe"]="string"
["reenable_inverting_at_fullbatt"]="0|1"
["reenable_inverting_at_soc"]="^([1-9][0-9]?|100)$"
["sonnen_API_KEY"]="string"
["sonnen_API_KEY"]="string"
["sonnen_API_URL"]="string"
["sonnen_minimum_SoC"]="^([0-9][0-9]?|100)$"
["sonnen_minimum_SoC"]="^([0-9][0-9]?|100)$"
)

declare -A config_values
Expand Down

0 comments on commit 882835f

Please sign in to comment.