+Add options +Add help +Add support for multiple identical devices *New README *Bug fixes
23 lines
372 B
Text
23 lines
372 B
Text
-- [FILE FORMAT] --
|
|
|
|
[<device>,<device>]
|
|
|
|
<device> format
|
|
{
|
|
name=<name>
|
|
commands=[<command>,<command>]
|
|
}
|
|
--
|
|
*name: string referring to client name of the device
|
|
|
|
<command> format
|
|
{
|
|
<tag>=<value>
|
|
<tag>=<value>
|
|
...
|
|
}
|
|
--
|
|
value can be concatenated with \"\" or ''
|
|
see command-tags
|
|
|
|
Full info on file format: https://github.com/zawwz/zFiledat
|