NFC
ProPTT2 support NFC tag accessories for detecting location or emergency command.
NFC Tag Format
Tag must be wrote by ProPTT2 tag format.
Format | URL, ex) https://www.proptt2.com/tagInfo.php?lat=xx.xx&lon=xx.xx&emergency=start&location=clear |
---|---|
Tag | The URL must have string "tagInfo" |
Param |
lat: latitude lon:longitude emergency: emergency command, start/stop location: location command, clear |
Set Location
Tag can set user's location with NFC.
ex) http://www.xxx.com/tagInfo?lat=xx.xx&lon=xx.xx
Clear Location
Tag can clear user's location with NFC.
ex) http://www.xxx.com/tagInfo?location=clear
Start emergency detection
Tag can start emergency detection of ProPTT2.
ex) http://www.xxx.com/tagInfo?emergency=start
Stop emergency detection
Tag can stopt emergency detection of ProPTT2.
ex) http://www.xxx.com/tagInfo?emergency=stop
Set Location and Start emergency detection
Tag can support mixed command.
ex) http://www.xxx.com/tagInfo?lat=xx.xx&lon=xx.xx&emergency=start