OpenDTU/webapp/src
Thomas Basler c27ecc3620 BREAKING CHANGE: Web API Endpoint /api/livedata/status
To reduce the heap usage it is necessary to send the inverters one by one instead of a huge response. A simple call to `/api/livedata/status` returns just some very general information. If detailed inverter information are required the inverter serial number has to appended `?inv=<serial number>`.
The websocket also returns only one inverter at a time. It as to be assembled at client side.
2024-01-30 22:29:25 +01:00
..
assets webapp: Added initial vue app 2022-04-11 21:48:12 +02:00
components webapp: Fix lint errors 2024-01-21 16:48:47 +01:00
locales BREAKING CHANGE: Web API Endpoint /api/livedata/status 2024-01-30 22:29:25 +01:00
plugins webapp: Fix lint error 2022-12-25 12:01:04 +01:00
router webapp: Added device manager interface 2023-01-16 21:25:19 +01:00
scss webapp: Fix font-feature class 2024-01-19 17:20:57 +01:00
types webapp: Move interfaces to seperate file 2024-01-19 21:48:39 +01:00
utils fix count being a string 2024-01-18 20:39:43 +01:00
views BREAKING CHANGE: Web API Endpoint /api/livedata/status 2024-01-30 22:29:25 +01:00
App.vue webapp: Remove redundant main container 2024-01-18 20:39:43 +01:00
emitter.d.ts webapp: ESLint fixes 2022-12-08 22:20:40 +01:00
main.ts webapp: use unplugin-vue-i18n to reduce bundle size 2023-02-20 19:15:36 +01:00