Remove device state entries cleanup message

This commit is contained in:
Dmytro Skarzhynets 2024-02-15 17:28:07 +02:00 committed by Dmytro Skarzhynets
parent e55d14325a
commit 06bd88f7e9
2 changed files with 0 additions and 3 deletions

View File

@ -76,7 +76,6 @@ public enum TbMsgType {
DEDUPLICATION_TIMEOUT_SELF_MSG(null, true),
DELAY_TIMEOUT_SELF_MSG(null, true),
MSG_COUNT_SELF_MSG(null, true),
DEVICE_STATE_STALE_ENTRIES_CLEANUP_SELF_MSG(null, true),
// Custom or N/A type:
NA;

View File

@ -26,7 +26,6 @@ import static org.thingsboard.server.common.data.msg.TbMsgType.DEDUPLICATION_TIM
import static org.thingsboard.server.common.data.msg.TbMsgType.DELAY_TIMEOUT_SELF_MSG;
import static org.thingsboard.server.common.data.msg.TbMsgType.DEVICE_PROFILE_PERIODIC_SELF_MSG;
import static org.thingsboard.server.common.data.msg.TbMsgType.DEVICE_PROFILE_UPDATE_SELF_MSG;
import static org.thingsboard.server.common.data.msg.TbMsgType.DEVICE_STATE_STALE_ENTRIES_CLEANUP_SELF_MSG;
import static org.thingsboard.server.common.data.msg.TbMsgType.DEVICE_UPDATE_SELF_MSG;
import static org.thingsboard.server.common.data.msg.TbMsgType.ENTITY_ASSIGNED_TO_EDGE;
import static org.thingsboard.server.common.data.msg.TbMsgType.ENTITY_UNASSIGNED_FROM_EDGE;
@ -54,7 +53,6 @@ class TbMsgTypeTest {
DEDUPLICATION_TIMEOUT_SELF_MSG,
DELAY_TIMEOUT_SELF_MSG,
MSG_COUNT_SELF_MSG,
DEVICE_STATE_STALE_ENTRIES_CLEANUP_SELF_MSG,
NA
);