diff --git a/fhem/contrib/DS_Starter/50_SSChatBot.pm b/fhem/contrib/DS_Starter/50_SSChatBot.pm index 1228c1ad7..4b194e9e1 100644 --- a/fhem/contrib/DS_Starter/50_SSChatBot.pm +++ b/fhem/contrib/DS_Starter/50_SSChatBot.pm @@ -560,7 +560,7 @@ sub SSChatBot_initonboot ($) { CommandAttr(undef, "$FW webname $FWname"); CommandAttr(undef, "$FW room $room"); CommandAttr(undef, "$FW csrfToken $csrf"); - CommandAttr(undef, "$FW comment WEB Instance for SSChat devices.\nIt catches outgoing messages from Synology Chat server.\nDon't edit this device manually (except such attributes like \"room\", \"icon\") !"); + CommandAttr(undef, "$FW comment WEB Instance for SSChatBot devices.\nIt catches outgoing messages from Synology Chat server.\nDon't edit this device manually (except such attributes like \"room\", \"icon\") !"); CommandAttr(undef, "$FW stylesheetPrefix default"); } else { @@ -1647,34 +1647,7 @@ sub SSChatBot_CGI() {

SSChatBot

@@ -1686,34 +1659,7 @@ sub SSChatBot_CGI() {

SSChatBot