-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Preisdifferenz in Json Tabelle #116
Comments
Wenn ich es einbaue, dann ohnehin für jede Station, das könnte so aussehen Würde das so passen? [
{
"station": "Test",
"status": "open",
"e5": 1.729,
"differenceE5": 0.03,
"e10": 1.669,
"differenceE10": -0.03,
"diesel": 1.849,
"differenceDiesel": -0.01,
"discount": "0"
},
{
"station": "Test2",
"status": "open",
"e5": 1.719,
"differenceE5": -0.02,
"e10": 1.679,
"differenceE10": 0.03,
"diesel": 1.839,
"differenceDiesel": -0.01,
"discount": "0"
},
] |
Das wäre super. |
seid dem letzten update simmt meine tabelle nicht mehr
|
@benbensimpson Poste doch mal den Inhalt von |
@xXBJXx
|
Danke hab es anpassen können
|
Is your feature request related to a problem? Please describe.
Kannst Du die Preisdifferenz in die Station Json Tabelle mit aufnehmen?
Ggf. Parametergesteuert für jede Station und/oder Spritsorte?
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: