We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once the TODO list is completed, we'll make a v1.1 release (#2).
/api/settings/get
/api/system/get/uid
/api/system/new/uid
/api/system/telegram/enable
/api/system/telegram/disable
/api/system/email/enable
/api/system/email/disable
/api/code/send/[code]
/api/codes/ignored
/api/codes/all
/api/codes/available
/api/cards/all
/api/cards/get/[shortname]
/api/cards/new
/api/cards/delete/[shortname]
/api/switch/[shortname]/toggle
/api/switch/[shortname]/on
/api/switch/[shortname]/off
/api/alarm/[shortname]/arm
/api/alarm/[shortname]/disarm
/api/webhook/get
/api/webhook/get/[webHookShortname]
/api/webhook/add/[webHookShortname]
/api/webhook/delete/[webHookShortname]
/api/webhook/trigger/[webHookShortname]
/other
The text was updated successfully, but these errors were encountered:
Telegram Notification Implemented. #3
a608e92
added webHooks. #3
7cbd416
#3 Added CLI options with yargs.js module
0352d11
roccomuso
No branches or pull requests
Once the TODO list is completed, we'll make a v1.1 release (#2).
Core
UI
Menu
Cards
API
/api/settings/get
/api/system/get/uid
/api/system/new/uid
/api/system/telegram/enable
/api/system/telegram/disable
/api/system/email/enable
/api/system/email/disable
/api/code/send/[code]
/api/codes/ignored
/api/codes/all
/api/codes/available
/api/cards/all
/api/cards/get/[shortname]
/api/cards/new
/api/cards/delete/[shortname]
/api/switch/[shortname]/toggle
(just for switch)/api/switch/[shortname]/on
(just for switch)/api/switch/[shortname]/off
(just for switch)/api/alarm/[shortname]/arm
(just for alarm)/api/alarm/[shortname]/disarm
(just for alarm)/api/webhook/get
/api/webhook/get/[webHookShortname]
/api/webhook/add/[webHookShortname]
/api/webhook/delete/[webHookShortname]
/api/webhook/delete/[webHookShortname]
/api/webhook/trigger/[webHookShortname]
Notifications
Documentation
/other
once API are done.The text was updated successfully, but these errors were encountered: