diff options
Diffstat (limited to 'Master/texmf-dist/doc/context/scripts/mkiv/mtx-evohome.xml')
-rw-r--r-- | Master/texmf-dist/doc/context/scripts/mkiv/mtx-evohome.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/scripts/mkiv/mtx-evohome.xml b/Master/texmf-dist/doc/context/scripts/mkiv/mtx-evohome.xml new file mode 100644 index 00000000000..7224d418367 --- /dev/null +++ b/Master/texmf-dist/doc/context/scripts/mkiv/mtx-evohome.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<application> + <metadata> + <entry name="name">mtx-evohome</entry> + <entry name="detail">Evohome Fetcher</entry> + <entry name="version">1.00</entry> + </metadata> + <flags> + <category name="basic"> + <subcategory> + <flag name="collect"><short>collect data from device</short></flag> + <flag name="presets"><short>file with authenciation data</short></flag> + <flag name="auto"><short>fetch temperature data every hour</short></flag> + <flag name="port"><short>server port when running the service, default: 8068</short></flag> + <flag name="host"><short>server host when running the service, default: localhost</short></flag> + </subcategory> + </category> + </flags> + <examples> + <category> + <title>Example</title> + <subcategory> + <example><command>mtxrun --script evohome --collect --presets=c:/data/develop/domotica/code/evohome-presets.lua</command></example> + <example><command>mtxrun --script evohome --server --presets=c:/data/develop/domotica/code/evohome-presets.lua</command></example> + </subcategory> + </category> + </examples> +</application> |