Skip to content

Commit e3abbed

Browse files
committed
Version 0.2.0
1 parent f6f142b commit e3abbed

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Vue-dom is a web front end for the home automation software [Jeedom](https://www
99
## Key features
1010
- display objects with summary,
1111
- display object with logical equipments,
12+
- display logical equipments by tags,
13+
- display info statistics (min, average and max) and history chart,
14+
- display and start scenarios,
1215
- user authentication with login and password (not stored in application)
1316
- communicate with your Jeedom through JSON-RPC API and [websocket](https://github.com/nioc/jeedom-websocket), authorized with user API key,
1417
- reduce data traffic,
@@ -60,6 +63,9 @@ This project is powered by the following components:
6063
- [normalizr](https://github.com/paularmstrong/normalizr) (MIT)
6164
- [Chart.js](https://www.chartjs.org/) (MIT)
6265
- [vue-chartjs](https://vue-chartjs.org/) (MIT)
66+
- [vuex-persist](https://github.com/championswimmer/vuex-persist) (MIT)
67+
- [Moment.js](https://momentjs.com/) (MIT)
68+
- [vue-moment](https://github.com/brockpetrie/vue-moment) (MIT)
6369
6470
## License
6571

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-dom",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Vue-dom is a VueJS front end for the home automation software Jeedom",
55
"keywords": [
66
"Jeedom",

0 commit comments

Comments
 (0)