Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 870 Bytes

DOCS.md

File metadata and controls

28 lines (21 loc) · 870 Bytes

Fiona: User Manual

Documentation for using the Fiona Smart Assistant. To test this bot visit FionaTheBot.

Table of Contents

Setup

Get the setup code and change this part as your connection.

// Set Your Wi-Fi SSID Name and Password
String SSID = "";
String PASSWORD = "";

// Secret Code (Telegram API Key)
String KEY = "";

// Set FionaID
char *FionaID1 = "";
char *FionaID2 = "";
char *FionaID3 = "";

Command

/start - Start the bot and get FionaID.
/help - To know the syntex of message.
/emergency - To Sent notice as emergency priority.
any_text - To Sent notice without any priority.