cleanup
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td bgcolor=#F1F5F5 height=200 valign=top style="padding: 10px">
|
<td height=200 valign=top style="padding: 10px">
|
||||||
|
|
||||||
<INTERNET_TABLE>
|
<INTERNET_TABLE>
|
||||||
<NEW_DEVICES_TABLE>
|
<NEW_DEVICES_TABLE>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td bgcolor=#F1F5F5 height=200 valign=top style="padding: 10px">
|
<td height=200 valign=top style="padding: 10px">
|
||||||
|
|
||||||
<INTERNET_TABLE>
|
<INTERNET_TABLE>
|
||||||
<NEW_DEVICES_TABLE>
|
<NEW_DEVICES_TABLE>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
### 🔌 Plugins & 📚 Docs
|
### 🔌 Plugins & 📚 Docs
|
||||||
|
|
||||||
| Is required | CurrentScan | Unique Code Prefix | Plugin Type | Link |
|
| Required | CurrentScan | Unique Prefix | Plugin Type | Link + Docs |
|
||||||
|-------------|-------------|-----------------------|------------------------|----------------------------------------------------------|
|
|-------------|-------------|-----------------------|------------------------|----------------------------------------------------------|
|
||||||
| | Yes | ARPSCAN | Script | [arp_scan](/front/plugins/arp_scan/) |
|
| | Yes | ARPSCAN | Script | [arp_scan](/front/plugins/arp_scan/) |
|
||||||
| | | CSVBCKP | Script | [csv_backup](/front/plugins/csv_backup/) |
|
| | | CSVBCKP | Script | [csv_backup](/front/plugins/csv_backup/) |
|
||||||
@@ -46,7 +46,7 @@ Example use cases for plugins could be:
|
|||||||
* Creating ad-hoc UI tables from existing data in the PiAlert database, e.g. to show all open ports on devices, to list devices that disconnected in the last hour, etc.
|
* Creating ad-hoc UI tables from existing data in the PiAlert database, e.g. to show all open ports on devices, to list devices that disconnected in the last hour, etc.
|
||||||
* Using other device discovery methods on the network and importing the data as new devices
|
* Using other device discovery methods on the network and importing the data as new devices
|
||||||
* Creating a script to create FAKE devices based on user input via custom settings
|
* Creating a script to create FAKE devices based on user input via custom settings
|
||||||
* ...at this point the limitation is mostly the creativity than the capability (there might be edge cases and a need to support more form controls for user input off custom settings, but you probably get the idea)
|
* ...at this point the limitation is mostly the creativity rather than the capability (there might be edge cases and a need to support more form controls for user input off custom settings, but you probably get the idea)
|
||||||
|
|
||||||
If you wish to develop a plugin, please check the existing plugin structure. Once the settings are saved by the user they need to be removed from the `pialert.conf` file manually if you want to re-initialize them from the `config.json` of the plugin.
|
If you wish to develop a plugin, please check the existing plugin structure. Once the settings are saved by the user they need to be removed from the `pialert.conf` file manually if you want to re-initialize them from the `config.json` of the plugin.
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
{
|
{
|
||||||
"function": "RUN",
|
"function": "RUN",
|
||||||
"type": "text.select",
|
"type": "text.select",
|
||||||
"default_value":"disabled",
|
"default_value":"schedule",
|
||||||
"options": ["disabled", "once", "schedule", "always_after_scan", "on_new_device"],
|
"options": ["disabled", "once", "schedule", "always_after_scan", "on_new_device"],
|
||||||
"localized": ["name", "description"],
|
"localized": ["name", "description"],
|
||||||
"name" :[{
|
"name" :[{
|
||||||
|
|||||||
Reference in New Issue
Block a user