Format ddns_update config file

This commit is contained in:
Markus Lorenz
2023-10-09 15:56:19 +02:00
parent a69ce7b85d
commit 557eb8d09e

View File

@@ -66,7 +66,9 @@
"settings": [ "settings": [
{ {
"function": "RUN", "function": "RUN",
"events": ["run"], "events": [
"run"
],
"type": "text.select", "type": "text.select",
"default_value": "disabled", "default_value": "disabled",
"options": [ "options": [
@@ -370,25 +372,40 @@
{ {
"function": "REPORT_ON", "function": "REPORT_ON",
"type": "text.multiselect", "type": "text.multiselect",
"default_value":["new","watched-changed"], "default_value": [
"options": ["new","watched-changed","watched-not-changed", "missing-in-last-scan"], "new",
"localized": ["name", "description"], "watched-changed"
"name" :[{ ],
"options": [
"new",
"watched-changed",
"watched-not-changed",
"missing-in-last-scan"
],
"localized": [
"name",
"description"
],
"name": [
{
"language_code": "en_us", "language_code": "en_us",
"string": "Report on" "string": "Report on"
}, },
{ {
"language_code": "es_es", "language_code": "es_es",
"string": "Informar sobre" "string": "Informar sobre"
} ] , }
"description":[{ ],
"description": [
{
"language_code": "en_us", "language_code": "en_us",
"string": "Send a notification only on these statuses. <code>new</code> means a new unique (unique combination of PrimaryId and SecondaryId) object was discovered. <code>watched-changed</code> means that selected <code>Watched_ValueN</code> columns changed." "string": "Send a notification only on these statuses. <code>new</code> means a new unique (unique combination of PrimaryId and SecondaryId) object was discovered. <code>watched-changed</code> means that selected <code>Watched_ValueN</code> columns changed."
}, },
{ {
"language_code": "es_es", "language_code": "es_es",
"string": "Envíe una notificación solo en estos estados. <code>new</code> significa que se descubrió un nuevo objeto único (una combinación única de PrimaryId y SecondaryId). <code>watched-changed</code> significa que las columnas <code>Watched_ValueN</code> seleccionadas cambiaron." "string": "Envíe una notificación solo en estos estados. <code>new</code> significa que se descubrió un nuevo objeto único (una combinación única de PrimaryId y SecondaryId). <code>watched-changed</code> significa que las columnas <code>Watched_ValueN</code> seleccionadas cambiaron."
}] }
]
} }
], ],
"database_column_definitions": [ "database_column_definitions": [