mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +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:
parent
cd48543e5f
commit
c15a56be30
@ -1004,13 +1004,7 @@ sub GetSetData { ## no critic 'complexity'
|
|||||||
|
|
||||||
### Daten abrufen
|
### Daten abrufen
|
||||||
#############################
|
#############################
|
||||||
if($getp ne "none") {
|
if($getp ne "none") {
|
||||||
|
|
||||||
_detailViewOn ({ name => $name,
|
|
||||||
ua => $ua,
|
|
||||||
state => $state,
|
|
||||||
daref => \@da
|
|
||||||
});
|
|
||||||
|
|
||||||
for my $k (keys %{$subs{$name}}) {
|
for my $k (keys %{$subs{$name}}) {
|
||||||
next if(!$subs{$name}{$k}{doit});
|
next if(!$subs{$name}{$k}{doit});
|
||||||
@ -1879,7 +1873,7 @@ sub _detailViewOn { ## no critic "not used"
|
|||||||
|
|
||||||
my $tag = "detailViewSwitch";
|
my $tag = "detailViewSwitch";
|
||||||
my %fields = ("Content-Type" => "application/json; charset=utf-8");
|
my %fields = ("Content-Type" => "application/json; charset=utf-8");
|
||||||
my $cont = qq{{"showDetailMode":"true"}};
|
my $cont = qq{{"showDetailMode":true}};
|
||||||
|
|
||||||
($errstate,$state) = __dispatchPost ({ name => $name,
|
($errstate,$state) = __dispatchPost ({ name => $name,
|
||||||
ua => $ua,
|
ua => $ua,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user