Pr
Syncronization Packet
Added on v2.6.0
TCP
Defines the syncronization packet for the Layrz Protocol, which is used to synchronize some configurations between the device and the server, like:
- BLE devices to sniff.
- Wi-Fi networks to connect.
- Some configurations that the device needs to know.
Example Usage
<Pr>;CRC16</Pr>
Parameter | Type | Description | Example |
---|---|---|---|
CRC16 | string | Cyclic Redundancy Check for error checking | 1234 |
Considerations
This packet is only designed to be used on TCP mode, using it on HTTP mode will return a Ar packet.