mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +00:00
Fixed bug with directory browsing not returning to root from 2 layers deep. Added message to first item of meetings SRL to indicate no meeting that day.
This commit is contained in:
@@ -65,7 +65,7 @@ namespace PepperDash.Essentials.Room.Config
|
||||
|
||||
var rm = new EssentialsHuddleVtc1Room(Key, Name, disp, codec, codec, props);
|
||||
// Add Occupancy object from config
|
||||
#warning Add in occupancy object from confic if found and link up device to occupancy feedback
|
||||
#warning Add in occupancy object from config if found and link up device to occupancy feedback
|
||||
rm.LogoUrl = props.Logo.GetUrl();
|
||||
rm.SourceListKey = props.SourceListKey;
|
||||
rm.DefaultSourceItem = props.DefaultSourceItem;
|
||||
|
||||
Reference in New Issue
Block a user