spnettec commented on code in PR #818: URL: https://github.com/apache/plc4x/pull/818#discussion_r1115445285
########## plc4j/api/src/main/java/org/apache/plc4x/java/api/model/PlcTag.java: ########## @@ -63,6 +63,10 @@ default PlcValueType getPlcValueType() { return PlcValueType.NULL; } + @JsonIgnore + default void setPlcValueType(PlcValueType plcValueType){ + } Review Comment: ![image](https://user-images.githubusercontent.com/1769060/220872909-f6f07a09-6c5b-40ff-bd05-4e618a7fbd6f.png) This is ready for PLC4X Driver. Maybe i should change these in next PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org