1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

50_SSChatBot: contrib 1.0.0

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

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",
);