Skip to content
New issue

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

Change notices functions to REST API #203

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update function_method.md
  • Loading branch information
Snuffy2 committed Sep 20, 2024
commit 91ffdfb9f82f5a696cc635026efd66e2ffdabcc8
5 changes: 2 additions & 3 deletions function_method.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
| Get Carp Status | Yes | Yes | |
| Get Carp Interfaces | Yes | Yes | |
| Delete ARP Entry | Yes | | |
| Are Notices Pending | Yes | Yes | |
| Get Notices | Yes | Yes | |
| Close Notice | Yes | Yes | |

# REST API Functions

Expand All @@ -52,3 +49,5 @@
| Send WOL | /api/wol/wol/set | 2018 | |
| Get ARP Table | /api/diagnostics/interface/search_arp | 2022 | |
| Get System Info | /api/diagnostics/system/systemInformation | 24.7 | Partial: Still using XMLRPC for Getting Device ID |
| Get Notices | /api/core/system/status | 2022 | |
| Close Notice | /api/core/system/status<br>/api/core/system/dismissStatus | 2022 | |
Loading