You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: developers/bindings/thing-xml.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ The following XML snippet shows the definition for a temperature actuator channe
242
242
- The `pattern` attribute can be used for `Number` and `String` items.
243
243
It gives user interface a hint how to render the item.
244
244
The format of the pattern must be compliant to the [Java Number Format](https://docs.oracle.com/javase/tutorial/java/data/numberformat.html).
245
-
The pattern can be localized (see also [Internationalization](../../features/internationalization.html)).
245
+
The pattern can be localized (see also [Internationalization](../utils/i18n.html)).
246
246
The special pattern placeholder `%unit%` is used for channels which bind to items of type `Number:<dimension>` which define a dimension for unit support.
247
247
These channels will send state updates of type [QuantityType](../../concepts/units-of-measurement.html#quantitytype) and the unit is then rendered for the placeholder.
0 commit comments