mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
edit readmes
This commit is contained in:
parent
41122e9a6a
commit
cbab0eadd0
3 changed files with 11 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ CREATE TABLE IF NOT EXISTS `bos_pocsag` (
|
|||
`bitrate` int(4),
|
||||
`msg` text,
|
||||
`description` text,
|
||||
PRIMARY KEY `ID` (`ID`)
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
@ -75,4 +75,4 @@ CREATE TABLE IF NOT EXISTS `bos_zvei` (
|
|||
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
|
|
|
|||
|
|
@ -140,6 +140,10 @@ defined wildcards:
|
|||
- `%DATE%` = Date (by script)
|
||||
- `%DESCR%` = Description from csv-file
|
||||
|
||||
- `%BR%` = new line
|
||||
- `%LPAR%` = "("
|
||||
- `%RPAR%` = ")"
|
||||
|
||||
**FMS:**
|
||||
- `%FMS%` = FMS Code
|
||||
- `%STATUS%` = FMS Status
|
||||
|
|
@ -191,4 +195,4 @@ In the data map are the folowing informations:
|
|||
- msg
|
||||
- bitrate
|
||||
- description
|
||||
- timestamp
|
||||
- timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue