Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 7458dc6

Browse files
authored
Merge pull request #21 from linuxserver/broadlink-stable
Broadlink stable
2 parents 083d5d2 + 5de093e commit 7458dc6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ RUN \
9292
-Wno-dev && \
9393
make && \
9494
make install && \
95+
echo "**** install BroadlinkRM2 plugin dependencies ****" && \
96+
git clone https://github.com/mjg59/python-broadlink.git /tmp/python-broadlink && \
97+
cd /tmp/python-broadlink && \
98+
git checkout 8bc67af6 && \
99+
pip3 install . && \
100+
pip3 install pyaes && \
95101
echo "**** determine runtime packages using scanelf ****" && \
96102
RUNTIME_PACKAGES="$( \
97103
scanelf --needed --nobanner /var/lib/domoticz/domoticz \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ The user manual is available at [www.domoticz.com][appurl]
106106

107107
## Versions
108108

109+
+ **03.04.18:** Add dependencies for BroadlinkRM2 plugin.
109110
+ **20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.
110111
+ **18.01.18:** Remove logging to syslog in the run command to prevent double logging.
111112
+ **04.01.18:** Deprecate cpu_core routine lack of scaling.

0 commit comments

Comments
 (0)