Skip to content

Commit

Permalink
feature: automate polling of DeviceInfo - ON and OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Payne committed Jun 27, 2023
1 parent 6ccf1a3 commit b9ba968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PanasonicCameraEpi/PanasonicCamera.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public override bool CustomActivate()
{
IsPoweredOn = false;
CameraIsOffFeedback.FireUpdate();
UpdateDeviceInfo();
};

_monitor.StatusChange += HandleMonitorStatusChange;
Expand Down

0 comments on commit b9ba968

Please sign in to comment.