Skip to content

Commit

Permalink
Extended stationid length
Browse files Browse the repository at this point in the history
  • Loading branch information
mpepping authored May 5, 2023
1 parent 6d6eebb commit 60e6c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarman/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"secret": {"type": "string", "minLength": 32, "maxLength": 32},
"username": {"type": "string"},
"passhash": {"type": "string", "minLength": 64, "maxLength": 64},
"stationId": {"type": "number", "minimum": 100000, "maximum": 9999999},
"stationId": {"type": "number", "minimum": 100000, "maximum": 999999999},
"inverterId": {"type": "string", "minLength": 10},
"loggerId": {"type": "string", "minLength": 10, "maxLength": 10},
"debug": {"type": "boolean", "optional": True},
Expand Down

0 comments on commit 60e6c5d

Please sign in to comment.