mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Make ConfigDescriptionParameter.stepsize serialize to "step" to be consistent with XML schema (#5132)
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
This commit is contained in:
+1
@@ -39,6 +39,7 @@ public class ConfigDescriptionParameterDTO {
|
||||
public Type type;
|
||||
public BigDecimal min;
|
||||
public BigDecimal max;
|
||||
@SerializedName(value = "step", alternate = "stepsize")
|
||||
public BigDecimal stepsize;
|
||||
public String pattern;
|
||||
public Boolean readOnly;
|
||||
|
||||
Reference in New Issue
Block a user