mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
50_MOBILEALERTSGW: attribut allowfrom added
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18814 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
29c7e4d60b
commit
2f8ee6ab9d
1
CHANGED
1
CHANGED
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- feature: 50_MOBILEALERTSGW: attribut allowfrom added
|
||||||
- new: 71_YAMAHA_MC: initial release
|
- new: 71_YAMAHA_MC: initial release
|
||||||
- bugfix: 22_HOMEMODE: - fix illegal division by zero in HOMEMODE_Luminance
|
- bugfix: 22_HOMEMODE: - fix illegal division by zero in HOMEMODE_Luminance
|
||||||
- renamed attribute name HomeYahooWeatherDevice to
|
- renamed attribute name HomeYahooWeatherDevice to
|
||||||
|
@ -34,7 +34,7 @@ sub MOBILEALERTSGW_Initialize($) {
|
|||||||
#$hash->{NotifyFn}= ($init_done ? "FW_Notify" : "FW_SecurityCheck");
|
#$hash->{NotifyFn}= ($init_done ? "FW_Notify" : "FW_SecurityCheck");
|
||||||
#$hash->{AsyncOutputFn} = "MOBILEALERTSGW_AsyncOutput";
|
#$hash->{AsyncOutputFn} = "MOBILEALERTSGW_AsyncOutput";
|
||||||
#$hash->{ActivateInformFn} = "MOBILEALERTSGW_ActivateInform";
|
#$hash->{ActivateInformFn} = "MOBILEALERTSGW_ActivateInform";
|
||||||
$hash->{AttrList} = "forward:0,1 " . $readingFnAttributes;
|
$hash->{AttrList} = "forward:0,1 allowfrom " . $readingFnAttributes;
|
||||||
Log3 "MOBILEALERTSGW", 5, "MOBILEALERTSGW_Initialize finished.";
|
Log3 "MOBILEALERTSGW", 5, "MOBILEALERTSGW_Initialize finished.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -755,6 +755,9 @@ sub MOBILEALERTSGW_DecodeUDP($$$) {
|
|||||||
<li>forward<br>
|
<li>forward<br>
|
||||||
If value 1 is set, the data will be forwarded to the MobileAlerts Server http://www.data199.com/gateway/put .
|
If value 1 is set, the data will be forwarded to the MobileAlerts Server http://www.data199.com/gateway/put .
|
||||||
</li>
|
</li>
|
||||||
|
<li>allowfrom<br>
|
||||||
|
Sets from which hosts (gateways) IPs inputs are accepted. If not set all private IPs are allowed.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -826,6 +829,9 @@ sub MOBILEALERTSGW_DecodeUDP($$$) {
|
|||||||
<li>forward<br>
|
<li>forward<br>
|
||||||
Wenn dieser Wert auf 1 gesetzt ist, werden die Daten zusätzlich zum MobileAlerts Server http://www.data199.com/gateway/put gesendet.
|
Wenn dieser Wert auf 1 gesetzt ist, werden die Daten zusätzlich zum MobileAlerts Server http://www.data199.com/gateway/put gesendet.
|
||||||
</li>
|
</li>
|
||||||
|
<li>allowfrom<br>
|
||||||
|
Gibt an von welchens Host-(Gateways) IPs eingaben angenommen werden. Wenn nicht gesetzt, sind alle privaten IP-Adressen erlaubt.
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user