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> | ||||
| **No** - Subscription is only triggered via JSON-API request | ||||
|  | ||||
| | Subscription Command     | Instance specific  | in "all" | | ||||
| |:-------------------------|:-------------------|:---------| | ||||
| | adjustment-update        | Yes                | Yes      | | ||||
| | components-update        | Yes                | Yes      | | ||||
| | effects-update           | Yes                | Yes      | | ||||
| | event-update             | No                 | Yes      | | ||||
| | imageToLedMapping-update | Yes                | Yes      | | ||||
| | image-update             | Yes                | No       | | ||||
| | instance-update          | Yes                | Yes      | | ||||
| | led-colors-update        | Yes                | Yes      | | ||||
| | leds-update              | Yes                | No       | | ||||
| | logmsg-update            | No                 | No       | | ||||
| | priorities-update        | Yes                | Yes      | | ||||
| | settings-update          | Yes                | Yes      | | ||||
| | token-update             | No                 | Yes      | | ||||
| | videomode-update         | No                 | Yes      | | ||||
|  | ||||
| | Subscription Command         | Instance specific | in "all" | | ||||
| |:-----------------------------|:------------------|:---------| | ||||
| | adjustment-update            | Yes               | Yes      | | ||||
| | components-update            | Yes               | Yes      | | ||||
| | effects-update               | Yes               | Yes      | | ||||
| | event-update                 | No                | Yes      | | ||||
| | imageToLedMapping-update     | Yes               | Yes      | | ||||
| | instance-update              | Yes               | Yes      | | ||||
| | ledcolors-imagestream-update | Yes               | No       | | ||||
| | ledcolors-ledstream-update   | Yes               | No       | | ||||
| | leds-update                  | Yes               | Yes      | | ||||
| | logmsg-update                | No                | No       | | ||||
| | priorities-update            | Yes               | Yes      | | ||||
| | settings-update              | Yes               | Yes      | | ||||
| | token-update                 | No                | Yes      | | ||||
| | videomode-update             | No                | Yes      | | ||||
|  | ||||
|   | ||||
| @@ -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} }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user