mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
95_FLOORPLAN: added attribute fp_backgroundimg
git-svn-id: https://svn.fhem.de/fhem/trunk@1974 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fe7c6d858d
commit
04f13acb95
@ -25,6 +25,8 @@
|
||||
# changed backimg-size to 99% to avoid scrollbars , adopted slider & new FHT representation (May 1, 2012)
|
||||
# 0016: Minor repair of html-output, allowed devices with dot in name (May 2, 2012)
|
||||
# 0017: updating for changes in fhemweb: css-path, bgimg-path, deactivating rereadicons (July 30, 2012)
|
||||
# 0018: Changes by Boris (icon-paths, fp_stylesheetPrefix -> stylesheet
|
||||
# 0019: added fp_backgroundimg (October 15, 2012)
|
||||
#
|
||||
################################################################
|
||||
#
|
||||
@ -124,7 +126,7 @@ FLOORPLAN_Initialize($)
|
||||
{
|
||||
my ($hash) = @_;
|
||||
$hash->{DefFn} = "FP_define";
|
||||
$hash->{AttrList} = "loglevel:0,1,2,3,4,5,6 refresh fp_arrange:1,detail,WEB,0 commandfield:1,0 fp_default:1,0 stylesheet fp_noMenu:1,0";
|
||||
$hash->{AttrList} = "loglevel:0,1,2,3,4,5,6 refresh fp_arrange:1,detail,WEB,0 commandfield:1,0 fp_default:1,0 stylesheet fp_noMenu:1,0 fp_backgroundimg";
|
||||
# fp_arrange : show addtl. menu for attr fp_<name> ....
|
||||
# commandfield : shows an fhem-commandline inputfield on floorplan
|
||||
# fp_default : set for ONE floorplan. If set, floorplan-startscreen is skipped.
|
||||
@ -367,7 +369,7 @@ FP_show(){
|
||||
## body
|
||||
FW_pO "<body id=\"$FP_name-body\">\n";
|
||||
FW_pO "<div id=\"backimg\" style=\"width: 99%; height: 99%;\">";
|
||||
FW_pO FW_makeImage("fp_$FP_name");
|
||||
FW_pO FW_makeImage(AttrVal($FP_name, "fp_backgroundimg", "fp_$FP_name"));
|
||||
FW_pO "</div>\n";
|
||||
|
||||
## menus
|
||||
|
Loading…
x
Reference in New Issue
Block a user