mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 13:07:18 +00:00
Significant refactoring of DeviceFactory for touchpanel device building. Moved SetupHeaderButtons() out of AV driver classes and into new EssentialsHeaderDriver class.
This commit is contained in:
parent
b44613b91f
commit
c88b259c71
22 changed files with 846 additions and 394 deletions
|
|
@ -339,7 +339,7 @@ namespace PepperDash.Essentials.Room.Cotija
|
|||
rmProps.Help.CallButtonText = EISC.StringOutput[503].StringValue;
|
||||
rmProps.Help.Message = EISC.StringOutput[502].StringValue;
|
||||
|
||||
rmProps.Lighting = new EssentialsLightingPropertiesConfig(); // enabled defaults to false
|
||||
rmProps.Environment = new EssentialsEnvironmentPropertiesConfig(); // enabled defaults to false
|
||||
|
||||
rmProps.RoomPhoneNumber = EISC.StringOutput[504].StringValue;
|
||||
rmProps.RoomURI = EISC.StringOutput[505].StringValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue