@sailingrotevista/rotevista-webapp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,15 @@
1
- # React + Vite
1
+ # Rotevista Master Dash 🐾
2
2
 
3
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
3
+ Private Marine Dashboard for SignalK.
4
4
 
5
- Currently, two official plugins are available:
5
+ ## Features
6
+ - **Home**: Real-time monitoring of Power, Environment and Navigation.
7
+ - **Energy**: SOC 24h charts and 7-day Min/Max analysis.
8
+ - **Environment**: Apparent and True wind gauges.
9
+ - **Controls**: Interactive switches for pumps, boiler and more.
6
10
 
7
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Oxc](https://oxc.rs)
8
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/)
11
+ ## Installation
12
+ Install directly via the SignalK App Store.
9
13
 
10
- ## React Compiler
11
-
12
- The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).
13
-
14
- ## Expanding the ESLint configuration
15
-
16
- If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
14
+ ## Technical Setup
15
+ This app connects to a Node-RED API at `https://192.168.111.240:1881/api/boat`.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sailingrotevista/rotevista-webapp",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "type": "module",
6
6
  "description": "Master Marine Dashboard for Rotevista - Monitoring Power, Solar, Environment and Navigation.",
7
7
  "author": "Alessio Tosi",