Fix FSC45 packets, point_id was still being validated the old way
This commit is contained in:
parent
58dc090c83
commit
924d760c79
@ -46,8 +46,8 @@ final class FSC45 extends Packet
|
||||
return pack(collect(self::HEADER)->pluck(1)->join(''),
|
||||
$this->fftn_p->node_id, // Orig Node
|
||||
$this->tftn_p->node_id, // Dest Node
|
||||
$this->fp, // Orig Point
|
||||
$this->tp, // Dest Point
|
||||
$this->fftn_p->point_id, // Orig Point
|
||||
$this->tftn_p->point_id, // Dest Point
|
||||
'', // Reserved
|
||||
2, // Sub Version (should be 2)
|
||||
2, // Packet Version (should be 2)
|
||||
|
Loading…
Reference in New Issue
Block a user