mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
updated: command ref
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ec9b3b90e0
commit
474097ecb9
103
FHEM/55_GDS.pm
103
FHEM/55_GDS.pm
@ -24,34 +24,6 @@
|
|||||||
# along with fhem. If not, see <http://www.gnu.org/licenses/>.
|
# along with fhem. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Changelog:
|
|
||||||
#
|
|
||||||
# 2013-08-07 initial release
|
|
||||||
#
|
|
||||||
# 2013-08-08 added logging
|
|
||||||
# added firewall/proxy support
|
|
||||||
# fixed XMLin missing parameter
|
|
||||||
# added :noArg to setlist-definitions
|
|
||||||
# added AttrFn
|
|
||||||
# modi retrieval of VHDL messages 30-33
|
|
||||||
#
|
|
||||||
# 2013-08-09 added more logging
|
|
||||||
# fixed missing error message if WARNCELLID does not exist
|
|
||||||
# update commandref
|
|
||||||
#
|
|
||||||
# 2013-08-10 added some more tolerance on text inputs
|
|
||||||
# modi switched from GetLogList to Log3
|
|
||||||
#
|
|
||||||
# 2013-08-11 added retrieval for condition maps
|
|
||||||
# added retrieval for forecast maps
|
|
||||||
# added retrieval for warning maps
|
|
||||||
# added retrieval for radar maps
|
|
||||||
# modi use LWP::ua for some file transfers instead of ftp
|
|
||||||
# due to transfer errors on image files
|
|
||||||
# use parameter #5 = 1 in RetrieveFile for ftp
|
|
||||||
# added get <name> caplist
|
|
||||||
#
|
|
||||||
####################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
package main;
|
package main;
|
||||||
@ -1010,6 +982,39 @@ sub initDropdownLists(){
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
|
|
||||||
|
####################################################################################################
|
||||||
|
#
|
||||||
|
# Documentation
|
||||||
|
#
|
||||||
|
####################################################################################################
|
||||||
|
#
|
||||||
|
# Changelog:
|
||||||
|
#
|
||||||
|
# 2013-08-07 initial release
|
||||||
|
#
|
||||||
|
# 2013-08-08 added logging
|
||||||
|
# added firewall/proxy support
|
||||||
|
# fixed XMLin missing parameter
|
||||||
|
# added :noArg to setlist-definitions
|
||||||
|
# added AttrFn
|
||||||
|
# modi retrieval of VHDL messages 30-33
|
||||||
|
#
|
||||||
|
# 2013-08-09 added more logging
|
||||||
|
# fixed missing error message if WARNCELLID does not exist
|
||||||
|
# update commandref
|
||||||
|
#
|
||||||
|
# 2013-08-10 added some more tolerance on text inputs
|
||||||
|
# modi switched from GetLogList to Log3
|
||||||
|
#
|
||||||
|
# 2013-08-11 added retrieval for condition maps
|
||||||
|
# added retrieval for forecast maps
|
||||||
|
# added retrieval for warning maps
|
||||||
|
# added retrieval for radar maps
|
||||||
|
# modi use LWP::ua for some file transfers instead of ftp
|
||||||
|
# due to transfer errors on image files
|
||||||
|
# use parameter #5 = 1 in RetrieveFile for ftp
|
||||||
|
# added get <name> caplist
|
||||||
|
#
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
#
|
#
|
||||||
# Further informations
|
# Further informations
|
||||||
@ -1035,14 +1040,6 @@ sub initDropdownLists(){
|
|||||||
#
|
#
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
|
|
||||||
####################################################################################################
|
|
||||||
#
|
|
||||||
# Documentation
|
|
||||||
#
|
|
||||||
####################################################################################################
|
|
||||||
|
|
||||||
|
|
||||||
=pod
|
=pod
|
||||||
=begin html
|
=begin html
|
||||||
|
|
||||||
@ -1107,11 +1104,27 @@ sub initDropdownLists(){
|
|||||||
<ul>Retrieve alert message for selected region from DWD server</ul>
|
<ul>Retrieve alert message for selected region from DWD server</ul>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
<code>get <name> caplist</code>
|
||||||
|
<br/><br/>
|
||||||
|
<ul>Retrieve list showing all defined warning regions.<br/>
|
||||||
|
You can find your WARNCELLID with this list.</ul>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<code>get <name> conditions <stationName></code>
|
<code>get <name> conditions <stationName></code>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<ul>Retrieve current conditions at selected station</ul>
|
<ul>Retrieve current conditions at selected station</ul>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
<code>get <name> conditionsmap <region></code>
|
||||||
|
<br/><br/>
|
||||||
|
<ul>Retrieve map (imagefile) showing current conditions at selected station</ul>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<code>get <name> forecastsmap <stationName></code>
|
||||||
|
<br/><br/>
|
||||||
|
<ul>Retrieve map (imagefile) showing forecasts for selected region</ul>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<code>get <name> help</code>
|
<code>get <name> help</code>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<ul>Show a help text with available commands</ul>
|
<ul>Show a help text with available commands</ul>
|
||||||
@ -1127,6 +1140,11 @@ sub initDropdownLists(){
|
|||||||
<ul>List all available stations that provide conditions data</ul>
|
<ul>List all available stations that provide conditions data</ul>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
<code>get <name> radarmap <region></code>
|
||||||
|
<br/><br/>
|
||||||
|
<ul>Retrieve map (imagefile) containig radar view from selected region</ul>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<code>get <name> rereadcfg</code>
|
<code>get <name> rereadcfg</code>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<ul>Reread all required data from DWD Server manually: station list and CAP data</ul>
|
<ul>Reread all required data from DWD Server manually: station list and CAP data</ul>
|
||||||
@ -1143,6 +1161,14 @@ sub initDropdownLists(){
|
|||||||
<li>report type VHDL33 = cancel report, issued if necessary to cancel VHDL32</li>
|
<li>report type VHDL33 = cancel report, issued if necessary to cancel VHDL32</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<code>get <name> warningssmap <region></code>
|
||||||
|
<br/><br/>
|
||||||
|
<ul>Retrieve map (imagefile) containig current warnings for selected region marked with symbols</ul>
|
||||||
|
<br/><br/>
|
||||||
|
<b>All downloaded mapfiles</b> can be found inside "GDS Files" area in left navigation bar.
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
|
|
||||||
@ -1177,9 +1203,8 @@ sub initDropdownLists(){
|
|||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>Module uses following additional Perl modules:<br/><br/>
|
<li>Module uses following additional Perl modules:<br/><br/>
|
||||||
<ul>Net::FTP, List::MoreUtils, XML::Simple</ul><br/><br/>
|
<ul>Net::FTP, List::MoreUtils, XML::Simple, Text::CSV</ul><br/><br/>
|
||||||
If not installed in your environment, please install with<br/><br/>
|
If not already installed in your environment, please install them using appropriate commands from your environment.</li>
|
||||||
<ul><code>cpan install moduleName</code></ul></li>
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
<li>Have fun!</li><br/>
|
<li>Have fun!</li><br/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user