Skip to content

Commit a77ccb6

Browse files
committed
Merge branch 'beta'
2 parents bb241e3 + c6bf8c7 commit a77ccb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/class/zigate.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ public function execute($_options = [])
10351035
break;
10361036

10371037
case 'refresh':
1038-
zigate::callZiGate('refresh_device', [$addr]);
1038+
zigate::callZiGate('refresh_device', [$addr, false, true]);
10391039
break;
10401040

10411041
case 'ias_warning':

plugin_info/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"documentation": "https://jeedom-zigate.github.io/jeedom-plugin-zigate",
1717
"language": ["fr_FR", "en_US"],
1818
"compatibility": ["miniplus", "smart", "rpi", "docker", "diy", "v4"],
19-
"pluginVersion": "1.7.5"
19+
"pluginVersion": "1.7.6"
2020
}

0 commit comments

Comments
 (0)