mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
implement states for components_autoselect and ledMAppingType via json (#344)
This commit is contained in:
@@ -836,6 +836,8 @@ void JsonClientConnection::handleServerInfoCommand(const QJsonObject&, const QSt
|
||||
}
|
||||
|
||||
info["components"] = component;
|
||||
info["components_autoselect"] = _hyperion->sourceAutoSelectEnabled();
|
||||
info["ledMAppingType"] = ImageProcessor::mappingTypeToStr(_hyperion->getLedMappingType());
|
||||
|
||||
// Add Hyperion Version, build time
|
||||
QJsonArray hyperion;
|
||||
|
Reference in New Issue
Block a user