mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Revert streaming subscription names (2)
This commit is contained in:
		| @@ -102,21 +102,20 @@ _in "all"_ | |||||||
| **Yes** - Updates are subscribed using "all" as the command<br> | **Yes** - Updates are subscribed using "all" as the command<br> | ||||||
| **No** - Subscription is only triggered via JSON-API request | **No** - Subscription is only triggered via JSON-API request | ||||||
|  |  | ||||||
| | Subscription Command     | Instance specific  | in "all" | | | Subscription Command         | Instance specific | in "all" | | ||||||
| |:-------------------------|:-------------------|:---------| | |:-----------------------------|:------------------|:---------| | ||||||
| | adjustment-update        | Yes                | Yes      | | | adjustment-update            | Yes               | Yes      | | ||||||
| | components-update        | Yes                | Yes      | | | components-update            | Yes               | Yes      | | ||||||
| | effects-update           | Yes                | Yes      | | | effects-update               | Yes               | Yes      | | ||||||
| | event-update             | No                 | Yes      | | | event-update                 | No                | Yes      | | ||||||
| | imageToLedMapping-update | Yes                | Yes      | | | imageToLedMapping-update     | Yes               | Yes      | | ||||||
| | image-update             | Yes                | No       | | | instance-update              | Yes               | Yes      | | ||||||
| | instance-update          | Yes                | Yes      | | | ledcolors-imagestream-update | Yes               | No       | | ||||||
| | led-colors-update        | Yes                | Yes      | | | ledcolors-ledstream-update   | Yes               | No       | | ||||||
| | leds-update              | Yes                | No       | | | leds-update                  | Yes               | Yes      | | ||||||
| | logmsg-update            | No                 | No       | | | logmsg-update                | No                | No       | | ||||||
| | priorities-update        | Yes                | Yes      | | | priorities-update            | Yes               | Yes      | | ||||||
| | settings-update          | Yes                | Yes      | | | settings-update              | Yes               | Yes      | | ||||||
| | token-update             | No                 | Yes      | | | token-update                 | No                | Yes      | | ||||||
| | videomode-update         | No                 | Yes      | | | videomode-update             | No                | Yes      | | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -115,9 +115,9 @@ public: | |||||||
| 			{ {"event-update"}, { Subscription::EventUpdate, true} }, | 			{ {"event-update"}, { Subscription::EventUpdate, true} }, | ||||||
| 			{ {"imageToLedMapping-update"}, { Subscription::ImageToLedMappingUpdate, true} }, | 			{ {"imageToLedMapping-update"}, { Subscription::ImageToLedMappingUpdate, true} }, | ||||||
| 			{ {"ledcolors-imagestream-update"}, { Subscription::ImageUpdate, false} }, | 			{ {"ledcolors-imagestream-update"}, { Subscription::ImageUpdate, false} }, | ||||||
|  | 			{ {"ledcolors-ledstream-update"}, { Subscription::LedColorsUpdate, false} }, | ||||||
| 			{ {"instance-update"}, { Subscription::InstanceUpdate, true} }, | 			{ {"instance-update"}, { Subscription::InstanceUpdate, true} }, | ||||||
| 			{ {"ledcolors-ledstream-update"}, { Subscription::LedColorsUpdate, true} }, | 			{ {"leds-update"}, { Subscription::LedsUpdate, true} }, | ||||||
| 			{ {"leds-update"}, { Subscription::LedsUpdate, false} }, |  | ||||||
| 			{ {"logmsg-update"}, { Subscription::LogMsgUpdate, false} }, | 			{ {"logmsg-update"}, { Subscription::LogMsgUpdate, false} }, | ||||||
| 			{ {"priorities-update"}, { Subscription::PrioritiesUpdate, true} }, | 			{ {"priorities-update"}, { Subscription::PrioritiesUpdate, true} }, | ||||||
| 			{ {"settings-update"}, { Subscription::SettingsUpdate, true} }, | 			{ {"settings-update"}, { Subscription::SettingsUpdate, true} }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user