1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

76_SMAPortal: contrib 3.6.2

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@23089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-11-03 19:47:39 +00:00
parent cd48543e5f
commit c15a56be30

View File

@ -1004,13 +1004,7 @@ sub GetSetData { ## no critic 'complexity'
### Daten abrufen
#############################
if($getp ne "none") {
_detailViewOn ({ name => $name,
ua => $ua,
state => $state,
daref => \@da
});
if($getp ne "none") {
for my $k (keys %{$subs{$name}}) {
next if(!$subs{$name}{$k}{doit});
@ -1879,7 +1873,7 @@ sub _detailViewOn { ## no critic "not used"
my $tag = "detailViewSwitch";
my %fields = ("Content-Type" => "application/json; charset=utf-8");
my $cont = qq{{"showDetailMode":"true"}};
my $cont = qq{{"showDetailMode":true}};
($errstate,$state) = __dispatchPost ({ name => $name,
ua => $ua,