This commit is contained in:
2019-01-16 09:09:54 +08:00
parent 0cc08f136d
commit b2eeb13f83
12 changed files with 29 additions and 150 deletions
+7 -8
View File
@@ -1,21 +1,20 @@
{
"name": "iobroker.sonoff",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"name": "yunkong2.sonoff",
"description": "The adapter allows to send and receive MQTT messages from yunkong2 and to be a broker.",
"version": "2.2.3",
"author": "bluefox <dogafox@gmail.com>",
"homepage": "https://github.com/ioBroker/ioBroker.sonoff",
"homepage": "https://github.com/yunkong2/yunkong2.sonoff",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.sonoff"
"url": "https://github.com/yunkong2/yunkong2.sonoff"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.sonoff/blob/master/LICENSE"
"url": "https://github.com/yunkong2/yunkong2.sonoff/blob/master/LICENSE"
}
],
"keywords": [
"iobroker",
"yunkong2",
"sonoff",
"MQTT",
"tasmota",
@@ -33,7 +32,7 @@
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.sonoff/issues"
"url": "https://github.com/yunkong2/yunkong2.sonoff/issues"
},
"main": "main.js",
"scripts": {