Homekit addon - faultStatus

Hi there, what type of reaction should i see in homeapp after submitting faultStatus ON ?

i have an idea to put mapped availability status for zigbee sensors from zigbee2mqtt to help find disconnected zigbeedevices… but i don’t see any warning in home app (like it is with Low battery visualiation)

2082461427 Czujnik temperatury 1
Services:
Service Type: TemperatureSensorService (0000008A-0000-1000-8000-0026BB765291)
Characteristics:
CurrentTemperatureCharacteristic: {“iid”:0,“type”:“11”,“perms”:[“pr”,“ev”],“format”:“float”,“description”:“current temperature”,“value”:20.0,“minValue”:0.0,“maxValue”:100.0,“minStep”:1.0,“unit”:“C”}
StatusFaultCharacteristic: {“iid”:0,“type”:“77”,“perms”:[“pr”,“ev”],“format”:“int”,“description”:“Status Fault”,“value”:1,“valid-values”:[0,1]}
StatusLowBatteryCharacteristic: {“iid”:0,“type”:“79”,“perms”:[“pr”,“ev”],“format”:“int”,“description”:“Status Low Battery”,“value”:0,“valid-values”:[0,1]}
Service Type: BatteryService (00000096-0000-1000-8000-0026BB765291)
Characteristics:
BatteryLevelCharacteristic: {“iid”:0,“type”:“68”,“perms”:[“pr”,“ev”],“format”:“int”,“description”:“battery level”,“value”:75,“minValue”:0,“maxValue”:100,“minStep”:1,“unit”:“%”}
ChargingStateCharacteristic: {“iid”:0,“type”:“8F”,“perms”:[“pr”,“ev”],“format”:“int”,“description”:“Charging state”,“value”:2,“valid-values”:[0,1,2]}
StatusLowBatteryCharacteristic: {“iid”:0,“type”:“79”,“perms”:[“pr”,“ev”],“format”:“int”,“description”:“Status Low Battery”,“value”:0,“valid-values”:[0,1]}

indeed, i just checked in my setup, there is no visualization for fault status in home app.
there are similar reports in internet (a little bit all but apple homekit is not something that changes often)
https://developer.apple.com/forums/thread/118270

any ideas how to warn home app user about sensor disconnected from zigbenetwork ? low battery is already used.

Any news on that ?