Units: add possibility to have an "inverted" time unit, e.g. for charge; add charge units to bike_parking
This commit is contained in:
parent
4ccfe3efe4
commit
bf523848fb
8 changed files with 94 additions and 32 deletions
|
@ -998,6 +998,16 @@
|
|||
"weeks",
|
||||
"months"
|
||||
]
|
||||
},
|
||||
"charge": {
|
||||
"quantity": "duration",
|
||||
"inverted": true,
|
||||
"denominations": [
|
||||
"days",
|
||||
"weeks",
|
||||
"months",
|
||||
"years"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue