ioBroker / dev-docs

Developer documentation
5 stars 4 forks source link

Describe ioBroker Data storage and usage (adapter.writeFile ....) #32

Open Apollon77 opened 2 years ago

Apollon77 commented 2 years ago

Important stuff

theimo1221 commented 2 years ago

adapterName – adapter name. If adapter name is null, default will be the name of the current adapter. path – path to directory without adapter name. E.g. If you want to delete “/vis.0/main/views.json”, here must be “/main/views.json” and _adapter must be equal to “vis.0”.