Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Apr 26, 2020
1 parent f6f142b commit e3abbed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Vue-dom is a web front end for the home automation software [Jeedom](https://www
## Key features
- display objects with summary,
- display object with logical equipments,
- display logical equipments by tags,
- display info statistics (min, average and max) and history chart,
- display and start scenarios,
- user authentication with login and password (not stored in application)
- communicate with your Jeedom through JSON-RPC API and [websocket](https://github.com/nioc/jeedom-websocket), authorized with user API key,
- reduce data traffic,
Expand Down Expand Up @@ -60,6 +63,9 @@ This project is powered by the following components:
- [normalizr](https://github.com/paularmstrong/normalizr) (MIT)
- [Chart.js](https://www.chartjs.org/) (MIT)
- [vue-chartjs](https://vue-chartjs.org/) (MIT)
- [vuex-persist](https://github.com/championswimmer/vuex-persist) (MIT)
- [Moment.js](https://momentjs.com/) (MIT)
- [vue-moment](https://github.com/brockpetrie/vue-moment) (MIT)

## License

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-dom",
"version": "0.1.0",
"version": "0.2.0",
"description": "Vue-dom is a VueJS front end for the home automation software Jeedom",
"keywords": [
"Jeedom",
Expand Down

0 comments on commit e3abbed

Please sign in to comment.