OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Create program with API › Reply To: Create program with API
June 20, 2024 at 7:56 am
#79262
DaveC
Participant
Hi Raphael,
In bit fields, the Least Significant Bit (bit 0) is the right most bit. In your example: where the program is enabled and all other bits are zero, the field will look like: 00000001.
Dave