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 2abaa13 commit 7c880c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ 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_API_WATT"]="^(-1|[0-9]{1,3}|[1-3][0-9]{3}|4[0-5][0-9]{2}|4600)$"
)

declare -A config_values
Expand Down

0 comments on commit 7c880c4

Please sign in to comment.