arduino: Support multiple power pins

Issue #77 resolved
Alan Noble created an issue

Power pins are special pins that are driven LOW during an alarm. The Arduino/ESP client currently supports a single such a pin but we need three if we are turn off all three relays.

Comments (2)

  1. Alan Noble reporter

    Clarification, there are actually four relays, but the relay 0, which powers comms equipment, is controlled by the alarm pin, not a user-defined variable. It is proposed having three new variables, Power1, Power2, and Power3 which would in turn actuate relays 1, 2, and 3 respectively.

  2. Log in to comment