2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 20:06:18 +00:00

50_SSChatBot: contrib 1.0.0

git-svn-id: https://svn.fhem.de/fhem/trunk@20573 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-11-24 22:00:30 +00:00
parent a0010b944b
commit e7055b24c3

View File

@ -59,6 +59,7 @@ my %SSChatBot_errlist = (
100 => "Unknown error",
102 => "API does not exist- may be the Chat server package is stopped",
120 => "payload has wrong format",
404 => "bot is not legal",
407 => "record is not valid",
);