dev #74

Merged
sebastianschwarz merged 126 commits from dev into testing 2022-09-06 11:31:54 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit e363b45862 - Show all commits

View File

@ -1 +1 @@
[fix] - remove _valve_ in non valve devices fpr schedules
[fix] - update event handled

View File

@ -725,6 +725,10 @@ sub WriteReadings {
. $propertie->{name} ne 'humidity-humidity'
&& $decode_json->{abilities}[$abilities]{name} . '-'
. $propertie->{name} ne 'light-light'
&& $decode_json->{abilities}[$abilities]{name} . '-'
. $propertie->{name} ne 'ic24-valves_connected'
&& $decode_json->{abilities}[$abilities]{name} . '-'
. $propertie->{name} ne 'ic24-valves_master_config'
&& ref( $propertie->{value} ) ne "HASH" );
readingsBulkUpdateIfChanged(

View File

@ -1,2 +1,2 @@
UPD 2022-07-21_19:43:48 49634 FHEM/73_GardenaSmartBridge.pm
UPD 2022-08-02_14:58:44 78714 FHEM/74_GardenaSmartDevice.pm
UPD 2022-08-04_10:30:59 79000 FHEM/74_GardenaSmartDevice.pm