mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
#700 FIxes issue where ConfigWrite.UpdateDeviceConfig and UpdateRoomConfig do not write config to file
This commit is contained in:
parent
da179c01f5
commit
5fc4ff6027
3 changed files with 10 additions and 16 deletions
|
|
@ -81,11 +81,9 @@ namespace PepperDash.Essentials.Devices.Common.Cameras
|
|||
}
|
||||
|
||||
protected CameraBase(string key, string name) :
|
||||
base (new DeviceConfig{Name = name, Key = key})
|
||||
this (new DeviceConfig{Name = name, Key = key})
|
||||
{
|
||||
OutputPorts = new RoutingPortCollection<RoutingOutputPort>();
|
||||
|
||||
ControlMode = eCameraControlMode.Manual;
|
||||
|
||||
}
|
||||
|
||||
protected void LinkCameraToApi(CameraBase cameraDevice, BasicTriList trilist, uint joinStart, string joinMapKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue