mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
chore: updated todo comments.
This commit is contained in:
parent
2e1195431f
commit
c48f697b7e
1 changed files with 6 additions and 6 deletions
|
|
@ -556,7 +556,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
||||||
{
|
{
|
||||||
if (!args.DeviceOnLine) return;
|
if (!args.DeviceOnLine) return;
|
||||||
|
|
||||||
// TODO [ ] #868
|
// TODO [ ] Issue #868
|
||||||
trilist.SetString(joinMap.CurrentParticipants.JoinNumber, "\xFC");
|
trilist.SetString(joinMap.CurrentParticipants.JoinNumber, "\xFC");
|
||||||
UpdateParticipantsXSig(codec, trilist, joinMap);
|
UpdateParticipantsXSig(codec, trilist, joinMap);
|
||||||
};
|
};
|
||||||
|
|
@ -796,7 +796,7 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
||||||
{
|
{
|
||||||
if (!args.DeviceOnLine) return;
|
if (!args.DeviceOnLine) return;
|
||||||
|
|
||||||
// TODO [ ] #868
|
// TODO [ ] Issue #868
|
||||||
trilist.SetString(joinMap.Schedule.JoinNumber, "\xFC");
|
trilist.SetString(joinMap.Schedule.JoinNumber, "\xFC");
|
||||||
UpdateMeetingsList(codec, trilist, joinMap);
|
UpdateMeetingsList(codec, trilist, joinMap);
|
||||||
};
|
};
|
||||||
|
|
@ -826,7 +826,7 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
||||||
{
|
{
|
||||||
if (!args.DeviceOnLine) return;
|
if (!args.DeviceOnLine) return;
|
||||||
|
|
||||||
// TODO [ ] #868
|
// TODO [ ] Issue #868
|
||||||
trilist.SetString(joinMap.Schedule.JoinNumber, "\xFC");
|
trilist.SetString(joinMap.Schedule.JoinNumber, "\xFC");
|
||||||
UpdateMeetingsListXSig(_currentMeetings);
|
UpdateMeetingsListXSig(_currentMeetings);
|
||||||
};
|
};
|
||||||
|
|
@ -948,7 +948,7 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
||||||
{
|
{
|
||||||
if (!args.DeviceOnLine) return;
|
if (!args.DeviceOnLine) return;
|
||||||
|
|
||||||
// TODO [ ] #868
|
// TODO [ ] Issue #868
|
||||||
trilist.SetString(joinMap.DirectoryEntries.JoinNumber, "\xFC");
|
trilist.SetString(joinMap.DirectoryEntries.JoinNumber, "\xFC");
|
||||||
UpdateDirectoryXSig(codec.CurrentDirectoryResult,
|
UpdateDirectoryXSig(codec.CurrentDirectoryResult,
|
||||||
!codec.CurrentDirectoryResultIsNotDirectoryRoot.BoolValue);
|
!codec.CurrentDirectoryResultIsNotDirectoryRoot.BoolValue);
|
||||||
|
|
@ -1039,7 +1039,7 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
||||||
{
|
{
|
||||||
if (!args.DeviceOnLine) return;
|
if (!args.DeviceOnLine) return;
|
||||||
|
|
||||||
// TODO [ ] #868
|
// TODO [ ] Issue #868
|
||||||
trilist.SetString(joinMap.CurrentCallData.JoinNumber, "\xFC");
|
trilist.SetString(joinMap.CurrentCallData.JoinNumber, "\xFC");
|
||||||
UpdateCallStatusXSig();
|
UpdateCallStatusXSig();
|
||||||
};
|
};
|
||||||
|
|
@ -1315,7 +1315,7 @@ ScreenIndexIsPinnedTo: {8} (a{17})
|
||||||
{
|
{
|
||||||
if (!args.DeviceOnLine) return;
|
if (!args.DeviceOnLine) return;
|
||||||
|
|
||||||
// TODO [ ] #868
|
// TODO [ ] Issue #868
|
||||||
trilist.SetString(joinMap.CameraPresetNames.JoinNumber, "\xFC");
|
trilist.SetString(joinMap.CameraPresetNames.JoinNumber, "\xFC");
|
||||||
SetCameraPresetNames(presetCodec.NearEndPresets);
|
SetCameraPresetNames(presetCodec.NearEndPresets);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue