Is there to tell if a sensor has been downgraded without looking at the map? Is it marked in any fields when access data from the API?
Hi @ltravis, you can get the downgrade information through the API. The āchannel_flagsā field will give this information. It will return an integer from 0 to 3. Their meanings are as follows:
0 = Normal. No channels are downgraded.
1 = The A channel is downgraded.
2 = The B channel is downgraded.
3 = Both the A and B channels are downgraded.
1 Like
Hi Ethan,
Thanks for providing the value meanings for āchannel_flagsā. What do the values for āchannel_stateā mean?