Skip to content

Commit

Permalink
Update zigbee2mqtt.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Apr 22, 2019
1 parent 67d33eb commit f922232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/zigbee2mqtt/zigbee2mqtt.class.php
Expand Up @@ -801,7 +801,8 @@ function admin(&$out) {
}


$seen=SQLSelectOne("select max(FIND) FIND from zigbee2mqtt_log where MESSAGE='online' ");
//$seen=SQLSelectOne("select max(FIND) FIND from zigbee2mqtt_log where MESSAGE='online' ");
$seen=SQLSelectOne("select max(FIND) FIND from zigbee2mqtt_log ");


$out['SEEN']=$seen['FIND'];
Expand Down

0 comments on commit f922232

Please sign in to comment.