mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
46_TRX_ELSE:summary in commandref
git-svn-id: https://svn.fhem.de/fhem/trunk@16513 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e6be9f316e
commit
dc8a6da3b8
@ -1,9 +1,11 @@
|
||||
# $Id$
|
||||
#################################################################################
|
||||
# 46_TRX_ELSE.pm
|
||||
#
|
||||
# FHEM module unkown RFXtrx433 messages
|
||||
#
|
||||
# Copyright (C) 2012-2016 Willi Herzig
|
||||
# Maintenance since 2018 by KernSani
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
@ -26,8 +28,14 @@
|
||||
# 4: log unknown protocols
|
||||
# 5: log decoding hexlines for debugging
|
||||
#
|
||||
# $Id$
|
||||
package main;
|
||||
##############################################################################
|
||||
#
|
||||
# CHANGELOG
|
||||
#
|
||||
# 29.03.2018 Summary for Commandref
|
||||
#
|
||||
#
|
||||
##############################################################################package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
@ -155,8 +163,12 @@ TRX_ELSE_Parse($$)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item device
|
||||
=item summary unhandled messages from TRX
|
||||
=item summary_DE unbekannte Nachrichten von TRX
|
||||
=begin html
|
||||
|
||||
|
||||
<a name="TRX_ELSE"></a>
|
||||
<h3>TRX_ELSE</h3>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user