Skip to content

Commit 4defbe1

Browse files
authored
Update jeeAjaxSystem.php
1 parent 70aaec4 commit 4defbe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/php/jeeAjaxSystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
if ($convert_key == 'realState') {
7171
$value = ($value == 0) ? 1 : 0;
7272
}
73-
if($ajaxSystem->getConfiguration('device') == 'LightSwitchTwoWay' && $key == 'channelStatus'){
73+
if($ajaxSystem->getConfiguration('device') == 'LightSwitchTwoChannelTwoWay' && $key == 'channelStatus'){
7474
switch ($value) {
7575
case 0:
7676
$ajaxSystem->checkAndUpdateCmd('channelStatus_1', 0);

0 commit comments

Comments
 (0)