feat: all fullStatus messages are now client-specific

This commit is contained in:
Andrew Welker
2025-07-10 12:44:56 -05:00
parent 505067f38f
commit af82ba2351
29 changed files with 457 additions and 205 deletions

View File

@@ -37,7 +37,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
Levels = levelControlsDevice.LevelControlPoints.ToDictionary(kv => kv.Key, kv => new Volume { Level = kv.Value.VolumeLevelFeedback.IntValue, Muted = kv.Value.MuteFeedback.BoolValue })
};
PostStatusMessage(message);
PostStatusMessage(message, id);
});
foreach (var levelControl in levelControlsDevice.LevelControlPoints)