Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -20,7 +20,7 @@ import lombok.Data; |
20 | 20 | import org.thingsboard.rule.engine.api.NodeConfiguration; |
21 | 21 | |
22 | 22 | @Data |
23 | -@JsonIgnoreProperties | |
23 | +@JsonIgnoreProperties(ignoreUnknown = true) | |
24 | 24 | public class CalculateDeltaNodeConfiguration implements NodeConfiguration<CalculateDeltaNodeConfiguration> { |
25 | 25 | private String inputValueKey; |
26 | 26 | private String outputValueKey; | ... | ... |