diff --git a/mesh_bot.py b/mesh_bot.py index da2519f..233b5fe 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -23,7 +23,7 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n message_lower = message.lower() bot_response = "🤖I'm sorry, I'm afraid I can't do that." - # Command List + # Command List processes system.trap_list. system.messageTrap() sends any commands to here default_commands = { "ack": lambda: handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, channel_number), "ask:": lambda: handle_llm(message_from_id, channel_number, deviceID, message, publicChannel),