add doorlog version , improve DoorMoveForm.php required fields
This commit is contained in:
@@ -64,6 +64,7 @@ class DoorManager extends BaseObject
|
||||
$dateStr = DateUtil::formatDateUtc($date);
|
||||
|
||||
$doorLog = new DoorLog();
|
||||
$doorLog->version = 2;
|
||||
if ( $device == 'E'){
|
||||
$direction = DoorLog::$DIRECTION_ALL_EMERGENCY;
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user