added missing file to dockerfile
This commit is contained in:
parent
d2beca6fb2
commit
b8f87d47a5
3 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ const fs = require('fs');
|
|||
const PlejdService = require('./ble.bluez');
|
||||
const SceneManager = require('./scene.manager');
|
||||
|
||||
const version = "0.4.0";
|
||||
const version = "0.4.1";
|
||||
|
||||
async function main() {
|
||||
console.log('starting Plejd add-on v. ' + version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue