How to add new property identifier in analoginput?
-
hi all
currently i develop add on by adding new attribute( for example value1) in property identifier for my analoginput.
after added value1 attribute in propertyidentifier.java i got this error
Exception in thread "main" com.serotonin.bacnet4j.exception.BACnetServiceException: class=Property, code=Unknown property, message=Analog Input/Value1
at com.serotonin.bacnet4j.obj.ObjectProperties.getPropertyTypeDefinitionRequired(ObjectProperties.java:134)
at com.serotonin.bacnet4j.obj.ObjectProperties.validateValue(ObjectProperties.java:142)
at com.serotonin.bacnet4j.obj.BACnetObject.setProperty(BACnetObject.java:192)
at bacnet.objects.AnalogInput.<init>(AnalogInput.java:38)i welcome any inputs
Josh