Merge commit 'a7c718225ba209409eeada8f5a956babc4d7cd80' into HEAD

pull/1325/head
openHAB Build Server 2020-11-28 22:20:40 +00:00
commit 8c18e6a318
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ Moreover the configuration class has a utility method `as(Class<T> configuration
All configuration values will be mapped to properties of the class.
The type of the property must match the type of the configuration.
Only the following types are supported for configuration values: `Boolean`, `String` and `BigDecimal`.
The following types are supported for configuration values: `Boolean`, `boolean`, `String`, `BigDecimal`, `int`, `long`, `float` and `double`.
For example, the Yahoo Weather binding allows configuration of the location and the refresh frequency.