mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
50_SSChatBot: contrib 1.12.1
git-svn-id: https://svn.fhem.de/fhem/trunk@23248 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c6912fc3f5
commit
7f2f76f069
@ -1478,8 +1478,6 @@ sub _botCGIdata {
|
||||
|
||||
Log3($name, 4, "$name - received data decoded:\n".Dumper($h));
|
||||
|
||||
$hash->{OPMODE} = "receiveData";
|
||||
|
||||
# ausgehende Datenfelder (Chat -> FHEM), die das Chat senden kann
|
||||
# ===============================================================
|
||||
# token: bot token
|
||||
@ -1549,8 +1547,6 @@ sub _botCGIdata {
|
||||
readingsBulkUpdate ($hash, "state", $state );
|
||||
readingsEndUpdate ($hash,1);
|
||||
|
||||
delete $hash->{OPMODE};
|
||||
|
||||
return ("text/plain; charset=utf-8", $ret);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user