AllskyTeam / allsky

A Raspberry Pi operated Wireless Allsky Camera
MIT License
1.17k stars 181 forks source link

Set actual type of select items #3617

Closed EricClaeys closed 4 months ago

EricClaeys commented 4 months ago

We sometimes need to know the actual type of a setting of type "select", for example, when we need to decide if it should be quoted in a json file. This PR changes the type of "select" to "select_integer" or "selecttext", where the string after the "" is the actual type.