[WIFI-7323] do not automatically delete PROTOCOL status on AP disconnect (#173)

This commit is contained in:
ralphlee3
2022-03-18 17:19:03 -04:00
committed by GitHub
parent 1502913097
commit eb19907513

View File

@@ -64,7 +64,11 @@ public class StatusDataType implements EnumWithId {
/**
* Protocol status
*/
PROTOCOL = new StatusDataType(4, "PROTOCOL", Set.of(StatusTrait.DeleteOnEquipmentDisconnect)) ,
PROTOCOL = new StatusDataType(4, "PROTOCOL"
// some of the properties of this status need to be preserved across equipment connections
// example - reportedCfgDataVersion
//, Set.of(StatusTrait.DeleteOnEquipmentDisconnect)
) ,
/**
* Firmware upgrade status
*/