Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed May 9, 2020
1 parent ffb9dc1 commit ac48046
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ Vue-dom is a web front end for the home automation software [Jeedom](https://www
- 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)
- display system notifications,
- ask query (interaction),
- 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,
- responsive
- responsive,
- progressive web app (offline access).

Check out the [live demo](https://nioc.github.io/vue-dom/) (since using mock data, there is no effective action and inconsistencies may occur).
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.2.0",
"version": "0.3.0",
"description": "Vue-dom is a VueJS front end for the home automation software Jeedom",
"keywords": [
"Jeedom",
Expand Down

0 comments on commit ac48046

Please sign in to comment.