How to check if a Barrier Device is ENABLED or DISABLED

The Barrier Divece does have the Enable() and Disable() methods, but i could find any way to determine whether it is enabled or not. The Docs doesnt mention any IsEnabled() method or Enabled property to read.

u prob have to store that all locally unfortunately

1 Like

Hi,
According to the source code, there is no function to see this, the IsEnabled function is only available for the interfaces

1 Like