Minor updates and fixes

This commit is contained in:
Victor Hagelbäck 2021-02-08 19:55:18 +01:00
parent f93d3854d0
commit c6d7bc2e3e
5 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ COPY ./MqttClient.js /plejd/
COPY ./package.json /plejd/
COPY ./PlejdAddon.js /plejd/
COPY ./PlejdApi.js /plejd/
COPY ./PlejdBLE.js /plejd/
COPY ./PlejdBLEHandler.js /plejd/
COPY ./Scene.js /plejd/
COPY ./SceneManager.js /plejd/
COPY ./SceneStep.js /plejd/