Code-House / bacnet4j-wrapper

Simple facade for bacnet4j api.
GNU General Public License v3.0
48 stars 20 forks source link

New type: "date-value" #14

Closed odwrotnie closed 3 years ago

odwrotnie commented 3 years ago

I have added new Type - date-value

splatch commented 3 years ago

Hey @odwrotnie, thank you very much for PR! I welcome new contributor to project! :-)

Just before merging it - can you tell me what kind of value gets reported by bacnet4j for this kind of properties?

odwrotnie commented 3 years ago

It is a date-value type, example: YearShed6DateTo: BMS ID: 106 Type: date-value Type Units: errorClass=property, errorCode=unknown-property Value: Date [year=100, month=JANUARY, day=1, dayOfWeek=SUNDAY]

splatch commented 3 years ago

The date-value is now valid object type from wrapper point of view. Thanks for contribution & enjoy use.

Please create more PRs if you will spot any additional types which will be needed. We can release new version once you're done with your testing.

Pozdrawiam, Łukasz