Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Oct 29, 2020
2 parents bb241e3 + c6bf8c7 commit a77ccb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/class/zigate.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ public function execute($_options = [])
break;

case 'refresh':
zigate::callZiGate('refresh_device', [$addr]);
zigate::callZiGate('refresh_device', [$addr, false, true]);
break;

case 'ias_warning':
Expand Down
2 changes: 1 addition & 1 deletion plugin_info/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"documentation": "https://jeedom-zigate.github.io/jeedom-plugin-zigate",
"language": ["fr_FR", "en_US"],
"compatibility": ["miniplus", "smart", "rpi", "docker", "diy", "v4"],
"pluginVersion": "1.7.5"
"pluginVersion": "1.7.6"
}

0 comments on commit a77ccb6

Please sign in to comment.