Revert streaming subscription names (2)

This commit is contained in:
LordGrey
2024-04-28 10:17:02 +02:00
parent bdc872c56d
commit c14fc0651d
2 changed files with 18 additions and 19 deletions

View File

@@ -115,9 +115,9 @@ public:
{ {"event-update"}, { Subscription::EventUpdate, true} },
{ {"imageToLedMapping-update"}, { Subscription::ImageToLedMappingUpdate, true} },
{ {"ledcolors-imagestream-update"}, { Subscription::ImageUpdate, false} },
{ {"ledcolors-ledstream-update"}, { Subscription::LedColorsUpdate, false} },
{ {"instance-update"}, { Subscription::InstanceUpdate, true} },
{ {"ledcolors-ledstream-update"}, { Subscription::LedColorsUpdate, true} },
{ {"leds-update"}, { Subscription::LedsUpdate, false} },
{ {"leds-update"}, { Subscription::LedsUpdate, true} },
{ {"logmsg-update"}, { Subscription::LogMsgUpdate, false} },
{ {"priorities-update"}, { Subscription::PrioritiesUpdate, true} },
{ {"settings-update"}, { Subscription::SettingsUpdate, true} },