lxp-bridge
lxp-bridge copied to clipboard
Preparation for ReadInputs3 being optional
We might use this if we request ReadInputs1 & 2 every 10 seconds, but not 3; this mirrors what the app does.
Therefore we'll need to store just the data we have.
Start off by making database columns NULLable, and allowing ReadInputsAll not to have RI3 data.
Part of #113.