Releases: tia-portal-applications/SiOME-Base-Plugin
Releases · tia-portal-applications/SiOME-Base-Plugin
SiOME Version 2.8.5 Plugin API
How do I update the public API when a new version is released?
- Download & extract the public-api.zip folder.
- Replace the public-api folder of your project at
scr/app/shared/public-api
. - (Depending on changes made to the API) Update API interface imports in your component files.
Important Changes:
- Unified return values and errors for all API functions
SiOME Version 2.8.1 Plugin API
How do I update the public API when a new version is released?
- Download & extract the public-api.zip folder.
- Replace the public-api folder of your project at
scr/app/shared/public-api
. - (Depending on changes made to the API) Update API interface imports in your component files.