Currently a simple get() call is issued, and if it returns null, netfox assumes the property doesn't exist. However, if the property exists with a null value, it also gets flagged as an unknown property.
Using get_property_list() to check for presence could fix that.