forked from openhab/org.openhab.ui.habpanel
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (bluefox) The compatibility to socket.io 3.0.13 provided
- Loading branch information
1 parent
0939f09
commit 9dbb05f
Showing
4 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
![Logo](admin/habpanel.png) | ||
# ioBroker.habpanel | ||
================= | ||
|
||
![Number of Installations](http://iobroker.live/badges/habpanel-installed.svg) ![Number of Installations](http://iobroker.live/badges/habpanel-stable.svg) [![NPM version](http://img.shields.io/npm/v/iobroker.habpanel.svg)](https://www.npmjs.com/package/iobroker.habpanel) | ||
[![Downloads](https://img.shields.io/npm/dm/iobroker.habpanel.svg)](https://www.npmjs.com/package/iobroker.habpanel) | ||
|
@@ -47,6 +46,8 @@ This adapter cannot be installed directly from github. Only from npm. | |
|
||
|
||
## Changelog | ||
### 0.4.2 (2020-08-22) | ||
* (bluefox) The compatibility to socket.io 3.0.13 provided | ||
|
||
### 0.4.1 (2020-02-10) | ||
* (Apollon77) compatibility to web 3.0 | ||
|
@@ -84,3 +85,8 @@ This adapter cannot be installed directly from github. Only from npm. | |
|
||
### 0.1.6 (2017-05-15) | ||
* (bluefox) initial commit | ||
|
||
## License | ||
Copyright 2017-2020 bluefox <[email protected]> | ||
|
||
Eclipse Public License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "iobroker.habpanel", | ||
"description": "Dashboard based on HABPanel", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"author": { | ||
"name": "Yannick Schaus", | ||
"email": "[email protected]" | ||
|
@@ -70,7 +70,7 @@ | |
}, | ||
"dependencies": { | ||
"bower": "^1.8.4", | ||
"@iobroker/adapter-core": "^1.0.3" | ||
"@iobroker/adapter-core": "^2.4.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/iobroker-community-adapters/ioBroker.habpanel/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters