Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
removed errors in copy script and added missing presence icon (#5575)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and sjsf committed May 14, 2018
1 parent f2fd2d7 commit 78f2bb7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ cp -f siren-on.svg siren.svg
cp -f soundvolume-100.png soundvolume.png
cp -f soundvolume-100.svg soundvolume.svg

cp -f television-on.png television.png
cp -f television-on.svg television.svg

cp -f switch-on.png switch.png
cp -f switch-on.svg switch.svg

Expand Down Expand Up @@ -93,8 +90,8 @@ cp -f battery-90.svg batterylevel-90.svg
cp -f battery-100.png batterylevel-100.png
cp -f battery-100.svg batterylevel-100.svg

cp -f battery-0.png lowbat.png
cp -f battery-0.svg lowbat.svg
cp -f battery-0.png lowbattery.png
cp -f battery-0.svg lowbattery.svg

cp -f rollershutter-0.png blinds-0.png
cp -f rollershutter-0.svg blinds-0.svg
Expand Down Expand Up @@ -148,12 +145,5 @@ cp -f climate.svg snow.svg
cp -f piggybank.png price.png
cp -f piggybank.svg price.svg

cp -f clock.png time.png
cp -f clock.svg time.svg

cp -f video.png mediacontrol.png
cp -f video.svg mediacontrol.svg

cp -f soundvolume.png mutevolume.png
cp -f soundvolume_mute.png mutevolume-on.png
cp -f soundvolume.png mutevolume-off.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78f2bb7

Please sign in to comment.