Save attributes strategies: improve proto deprecation note

This commit is contained in:
Dmytro Skarzhynets 2025-03-03 17:23:42 +02:00
parent f318fa0ebd
commit 9d9fd93c89
No known key found for this signature in database
GPG Key ID: 2B51652F224037DF

View File

@ -1079,7 +1079,7 @@ message TbAttributeDeleteProto {
int64 tenantIdLSB = 5; int64 tenantIdLSB = 5;
string scope = 6; string scope = 6;
repeated string keys = 7; repeated string keys = 7;
// not used anymore since device notification are now handled in DefaultTelemetrySubscriptionService instead of DefaultSubscriptionManagerService // Deprecated since 4.0, not used anymore since device notification are now handled in DefaultTelemetrySubscriptionService instead of DefaultSubscriptionManagerService
bool notifyDevice = 8 [deprecated = true]; bool notifyDevice = 8 [deprecated = true];
} }