Skip to content

Help: Configuration: Adding a store

merlin334 edited this page Dec 9, 2020 · 14 revisions

You have to create a new *.ts file for the store e.g. /src/store/model/medimax.ts Simplest way is to make a copy of an existig store and then ajust all the necessary parameters.

After that, you only have to edit /src/store/model/index.ts and add the new store at two places in the same format like the other stores.

Finally you have to add the store to /.env That's it.

Clone this wiki locally