2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +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:
Otto123 2022-10-18 13:01:21 +00:00
parent ad9823de44
commit 0d0a84b4ef

View File

@ -65,7 +65,7 @@ sub valetudo_c {
my $NAME = shift;
my ($cmd,$load) = split q{ }, shift, 2;
my $ret = 'error';
my $devicetopic = InternalVal($NAME,'DEVICETOPIC',"valetudo/$NAME");
my $devicetopic = AttrVal($NAME,'devicetopic',"valetudo/$NAME");
# x_raw_payload like
# /MapSegmentationCapability/clean/set {"segment_ids":["6"],"iterations":1,"customOrder":true}