Currently, stations represents only the Pocket Geiger device. As we add D3S and others, we need to represent which sensors exist at a station, and which should be displayed.
Add a new column, something like hardware
New column as well as displayFlag represent each possible sensor, bit-wise (e.g. 1 means PocketGeiger only, 2 means D3S only, 3 means PocketGeiger + D3S, 4 is the 3rd sensor...)
Currently,
stations
represents only the Pocket Geiger device. As we add D3S and others, we need to represent which sensors exist at a station, and which should be displayed.hardware
displayFlag
represent each possible sensor, bit-wise (e.g. 1 means PocketGeiger only, 2 means D3S only, 3 means PocketGeiger + D3S, 4 is the 3rd sensor...)mysql_tools.py