2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 23:09:26 +00:00

- Update default background images

- Delete old background images
- Added default yafConfig.xml

git-svn-id: https://svn.fhem.de/fhem/trunk@3183 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mangeimarkus 2013-05-15 21:01:43 +00:00
parent aa0b0a7cef
commit 02e977c7ed
5 changed files with 48 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
########################################################################################
#
# yafConfig.xml
#
# YAF - Yet Another Floorplan
# FHEM Projektgruppe Hochschule Karlsruhe, 2013
# Markus Mangei, Daniel Weisensee
#
########################################################################################
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
########################################################################################
-->
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xmlSchema.xsd">
<settings>
<refresh interval="5"/>
</settings>
<views>
<view id="1" name="Erdgeschoss">
<backgrounds>
<background img_url="./img/background.png" x_pos="1" y_pos="1"/>
</backgrounds>
<widgets>
</widgets>
</view>
<view id="2" name="Obergeschoss">
<backgrounds>
<background img_url="./img/background.png" x_pos="1" y_pos="1"/>
</backgrounds>
<widgets>
</widgets>
</view>
</views>
</configuration>