Profile

Andrew Diggins

Contact Details

My Content

1 to 2 of 2 total
Posted By Andrew Diggins 10-02-2023 17:28
Found In Egroup: Facility Control
\ view thread
Hi Altaz Thank you very much for the reply..So would this work if (event.getState && event.getState() != 1) ( //turn on projector ) if (event.getState && event.getState() != 0) ( //turn off projector ) ------------------------------ Andrew Diggins Engineer Kinly ...
Posted By Andrew Diggins 09-28-2023 16:40
Found In Egroup: Facility Control
\ view thread
Hi I have a custom panel with a button that is triggered by GPIO 10, when the GPIO is On i what it to turn on the projector and when the GPIO is off turn off the projector. What i need help with is editing the example script below to suit my requirement as in put the state into a varable to use ...