Compare commits

...

1 Commits

Author SHA1 Message Date
ralphlee
f65370a0dd [WIFI-7323] do not automatically delete PROTOCOL status on AP disconnect 2022-03-18 17:14:24 -04:00

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
*/