add payload propertie

This commit is contained in:
Sebastian 2021-07-12 12:01:02 +02:00
parent 70c54892d8
commit 4e52ea8215
2 changed files with 2 additions and 2 deletions

View File

@ -412,7 +412,7 @@ sub Set {
: lc $cmd
);
$payload = '"properties":{"value":"' . $val . '"}';
$payload = '"properties":{"name":"power_timer", "value":"' . $val . '"}';
}
### Watering ic24
elsif ( $cmd =~ m{\AmanualDurationValve\d\z}xms ) {

View File

@ -1,2 +1,2 @@
UPD 2021-06-28_15:56:58 47009 FHEM/73_GardenaSmartBridge.pm
UPD 2021-06-28_20:08:52 56188 FHEM/74_GardenaSmartDevice.pm
UPD 2021-07-12_11:56:06 56210 FHEM/74_GardenaSmartDevice.pm