mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 16:05:19 +00:00
99_valetudoUtils.pm:Change Interval to AttrVal because Internal DEVICETOPIC is missing
git-svn-id: https://svn.fhem.de/fhem/trunk@26554 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ad9823de44
commit
0d0a84b4ef
@ -65,7 +65,7 @@ sub valetudo_c {
|
|||||||
my $NAME = shift;
|
my $NAME = shift;
|
||||||
my ($cmd,$load) = split q{ }, shift, 2;
|
my ($cmd,$load) = split q{ }, shift, 2;
|
||||||
my $ret = 'error';
|
my $ret = 'error';
|
||||||
my $devicetopic = InternalVal($NAME,'DEVICETOPIC',"valetudo/$NAME");
|
my $devicetopic = AttrVal($NAME,'devicetopic',"valetudo/$NAME");
|
||||||
|
|
||||||
# x_raw_payload like
|
# x_raw_payload like
|
||||||
# /MapSegmentationCapability/clean/set {"segment_ids":["6"],"iterations":1,"customOrder":true}
|
# /MapSegmentationCapability/clean/set {"segment_ids":["6"],"iterations":1,"customOrder":true}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user