fixed build error and upped version
This commit is contained in:
parent
95a5f4248b
commit
6d6d225b65
3 changed files with 4 additions and 4 deletions
|
|
@ -32,8 +32,8 @@ RUN \
|
|||
\
|
||||
&& apk add --no-cache \
|
||||
git \
|
||||
nodejs=10.16.3-r0 \
|
||||
npm=10.16.3-r0 \
|
||||
nodejs \
|
||||
npm \
|
||||
dbus-dev \
|
||||
glib-dev \
|
||||
\
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Plejd",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"slug": "plejd",
|
||||
"description": "Adds support for the Swedish home automation devices from Plejd.",
|
||||
"url": "https://github.com/icanos/hassio-plejd/",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ const mqtt = require('./mqtt');
|
|||
const fs = require('fs');
|
||||
const PlejdService = require('./ble.bluez');
|
||||
|
||||
const version = "0.3.4";
|
||||
const version = "0.3.5";
|
||||
|
||||
async function main() {
|
||||
console.log('starting Plejd add-on v. ' + version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue