From 467f27cd255be371bc38d50f87fec6ab3d7d0e01 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 3 Jan 2024 14:03:45 +0100 Subject: [PATCH] Document network-interface context (#2197) This context was added in https://github.com/openhab/openhab-core/pull/3981. Signed-off-by: Wouter Born --- developers/addons/config-xml.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developers/addons/config-xml.md b/developers/addons/config-xml.md index 7ba117414..233669e07 100644 --- a/developers/addons/config-xml.md +++ b/developers/addons/config-xml.md @@ -50,7 +50,7 @@ These must be inside the XML escape sequence - eg. - {network-address|serial-port|password|password-create|color|date|datetime|email|month|week|dayOfWeek|time|tel|url|item|thing|group|tag|service|channel|rule|location} + {network-address|network-interface|serial-port|password|password-create|color|date|datetime|email|month|week|dayOfWeek|time|tel|url|item|thing|group|tag|service|channel|rule|location} {true|false} String @@ -111,6 +111,7 @@ The following contexts require a specific format of the content: +
NameTypeFormatSample implementation
network-addresstextIPv4,IPv6, domain name<input type="text"/>
network-interfacetextNetwork interface name, e.g. eth0custom input field
serial-porttextSerial port name, e.g. COM1custom input field
passwordtextalphanumeric characters<input type="password"/>
password-createtextalphanumeric characterscustom password input