For example, if I get inputs[]
, is inputs[0]
guaranteed to be HTTP
forever? Other objects, like fans[]
will always be based on whatever I, the users, deemed fan 0, 1, etc. Wouldn't things that must maintain over time make more sense as dictionaries, like inputs['http']
make more sense?