Update limits file on server too
This commit is contained in:
parent
2b3fb4ac9a
commit
655946036d
1 changed files with 4 additions and 4 deletions
|
@ -612,8 +612,8 @@
|
|||
"provider": "GabeBoy",
|
||||
"limits": {
|
||||
"charge_rate": {
|
||||
"min": 250,
|
||||
"max": 2500
|
||||
"min": 0,
|
||||
"max": 100
|
||||
},
|
||||
"charge_modes": [
|
||||
"normal",
|
||||
|
@ -878,8 +878,8 @@
|
|||
"provider": "GabeBoySP",
|
||||
"limits": {
|
||||
"charge_rate": {
|
||||
"min": 250,
|
||||
"max": 2500
|
||||
"min": 0,
|
||||
"max": 100
|
||||
},
|
||||
"charge_modes": [
|
||||
"normal",
|
||||
|
|
Loading…
Reference in a new issue