Skip to content

Commit

Permalink
Updated addon with changed from #25
Browse files Browse the repository at this point in the history
  • Loading branch information
thkl committed Apr 30, 2020
1 parent b5204bc commit a6bd17e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This RaspberryMatic / CCU3 addon will allow you to access your HomeMatic devices
All this runs on your RaspberryMatic / CCU3. You will not need any extra hardware.

# Installation
Download the addon: https://github.com/thkl/hap-homematic/raw/master/addon_installer/hap-homematic-0.0.6.tar.gz and install it via system preferences.
Download the addon: https://github.com/thkl/hap-homematic/raw/master/addon_installer/hap-homematic-0.0.7.tar.gz and install it via system preferences.

A little bit later (the addon will install all other needed software) you will have a HomeKit button in your ccu system preference page.

Expand Down
2 changes: 1 addition & 1 deletion addon_installer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.6
0.0.7
Binary file removed addon_installer/hap-homematic-0.0.5.tar.gz
Binary file not shown.
Binary file removed addon_installer/hap-homematic-0.0.6.tar.gz
Binary file not shown.
Binary file added addon_installer/hap-homematic-0.0.7.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion addon_installer/rc.d/hap-homematic
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HAPROOT=/usr/local/addons/hap-homematic/
CONFIG_URL=/addons/hap-homematic/index.html
CONFIG_DIR=/usr/local/etc/config
PIDFILE=/var/run/hap-homematic.pid
VER=0.0.6
VER=0.0.7
PSPID=`ps -o pid,comm,args | awk '{if ($2=="node" && $4 ~ /hap-homematic/){print $1}}'`
PSPID2=`ps -o pid,comm,args | awk '{if ($2=="hap-homematic-c"){print $1}}'`
case "$1" in
Expand Down

0 comments on commit a6bd17e

Please sign in to comment.