Skip to content

Commit

Permalink
Convert to Attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pankalog committed Dec 24, 2023
1 parent a0af463 commit f909b2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

package org.openremote.model.teltonika;

import java.io.Serializable;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Objects;
Expand All @@ -26,7 +27,7 @@
"hwSupport",
"parameterGroup"
})
public class TeltonikaParameter {
public class TeltonikaParameter implements Serializable {

@JsonProperty("propertyIdInAvlPacket")
public Integer propertyId;
Expand Down

0 comments on commit f909b2e

Please sign in to comment.