Hi,
In BACNet4J, COV is not allowed for Analog Input, whereas it should.
I think we have to add :
       
    static {
        supportedObjectTypes.add(ObjectType.accessDoor);
...
        **supportedObjectTypes.add(ObjectType.analogInput);**
        
        supportedPropertyIdentifiers.add(PropertyIdentifier.presentValue);
...
    }
in com.serotonin.bacnet4j.obj.ObjectCovSubscription class.
Regards,
Jérémie
