Skip to content

Commit

Permalink
Revert to 2.05.50 until startup issue has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Dec 17, 2018
1 parent 0f480d5 commit 9e850d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ https://github.com/dresden-elektronik/deconz-rest-plugin/releases

1. Download deCONZ package

wget http://www.dresden-elektronik.de/rpi/deconz/beta/deconz-2.05.51-qt5.deb
wget http://www.dresden-elektronik.de/rpi/deconz/beta/deconz-2.05.50-qt5.deb

2. Install deCONZ package

sudo dpkg -i deconz-2.05.51-qt5.deb
sudo dpkg -i deconz-2.05.50-qt5.deb

**Important** this step might print some errors *that's ok* and will be fixed in the next step.

Expand All @@ -61,11 +61,11 @@ The deCONZ package already contains the REST API plugin, the development package

1. Download deCONZ development package

wget http://www.dresden-elektronik.de/rpi/deconz-dev/deconz-dev-2.05.51.deb
wget http://www.dresden-elektronik.de/rpi/deconz-dev/deconz-dev-2.05.50.deb

2. Install deCONZ development package

sudo dpkg -i deconz-dev-2.05.51.deb
sudo dpkg -i deconz-dev-2.05.50.deb

3. Install missing dependencies

Expand All @@ -80,7 +80,7 @@ The deCONZ package already contains the REST API plugin, the development package
2. Checkout related version tag

cd deconz-rest-plugin
git checkout -b mybranch V2_05_51
git checkout -b mybranch V2_05_50

3. Compile the plugin

Expand Down

0 comments on commit 9e850d1

Please sign in to comment.