mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Switches back to using EndpointOnlineFeedback for Rx online detection. Not currently working but believed to be a Crestron issue.
This commit is contained in:
parent
9c0440e8f0
commit
db08b1fcd9
2 changed files with 11 additions and 11 deletions
|
|
@ -177,9 +177,9 @@ namespace PepperDash.Essentials.DM {
|
|||
});
|
||||
|
||||
OutputEndpointOnlineFeedbacks[tempX] = new BoolFeedback(() => {
|
||||
if (Chassis.Outputs[tempX].Endpoint != null)
|
||||
return Chassis.Outputs[tempX].Endpoint.IsOnline;
|
||||
else
|
||||
//if (Chassis.Outputs[tempX].Endpoint != null)
|
||||
// return Chassis.Outputs[tempX].Endpoint.IsOnline;
|
||||
//else
|
||||
return Chassis.Outputs[tempX].EndpointOnlineFeedback;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue