2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

FLOORPLAN: Text "desiredTemperature" will be eliminated - for MAX devices

git-svn-id: https://svn.fhem.de/fhem/trunk@4456 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass 2013-12-25 09:50:19 +00:00
parent 514c508753
commit c7c48fc422

View File

@ -39,6 +39,7 @@
# 0028: Implemented informid for longpoll, usage of @FW_fhemwebjs (July 19, 2013)
# 0029: Fixed floorplan-specific icons and eliminated FHT-text "desired-temp" - both due to changes in fhemweb (Sep 29, 2013)
# 0030: Style4 (S300TH) now works with longpoll without loosing its formatting (Dec 24, 2013)
# 0031: Text "desiredTemperature" will also be eliminated - for MAX devices (Dec 25, 2013)
#
################################################################
#
@ -546,7 +547,8 @@ FP_show(){
$d, $FW_room, $cmd, $values);
use strict "refs";
if(defined($htmlTxt)) {
$htmlTxt =~ s/>desired-temp/>/; #mod20130929
$htmlTxt =~ s/>desired-temp/>/; #mod20130929
$htmlTxt =~ s/>desiredTemperature/>/; #mod20131225
FW_pO $htmlTxt;
$firstIdx = 1;
last;