Skip to content

Commit

Permalink
redmatic button
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jul 12, 2018
1 parent 3c0ebab commit 3521067
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion addon_files/node-red-dashboard.cfg

This file was deleted.

1 change: 0 additions & 1 deletion addon_files/node-red.cfg

This file was deleted.

1 change: 1 addition & 0 deletions addon_files/redmatic.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{CONFIG_URL /addons/redmatic/settings.cgi CONFIG_DESCRIPTION {de {<li>RedMatic</li>} en {<li>RedMatic</li>}} ID redmatic CONFIG_NAME RedMatic}
9 changes: 7 additions & 2 deletions addon_files/update_script
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@ ln -sf $RED_DIR/etc/lighttpd.conf $CONF_DIR/lighttpd/redmatic.conf
tar -xzf $RED_DIR/libexec/git-core.tar.gz --directory $RED_DIR/libexec/
rm $RED_DIR/libexec/git-core.tar.gz

#
# Migration: Remove old Buttons (=< v1.0.3)
#
./update_addon node-red
./update_addon node-red-dashboard

#
# Create Buttons in Homematic WebUI
#
touch $CONF_DIR/hm_addons.cfg
./update_addon node-red node-red.cfg
./update_addon node-red-dashboard node-red-dashboard.cfg
./update_addon redmatic.cfg

sync
exit 0

0 comments on commit 3521067

Please sign in to comment.