API Constants / Enumerations

Hi,
when retrieving Device Info, especially Wan Interfaces,
Many fields are based on constants (or Enums) Like
Physical state can be 1, 101, 200, 300
Connection state can be: 102, 111, 600, 611, …

Even if we can find deduct some logic when we have a lot of examples, it would really help if you could provide an exhaustive list of all these values so we don’t have to guess them.
Examples copy/pasted + screenshot:

|ConnType|Status|IsEnable|ConnectionState|PhysicalState|HealthyState|StatusLed|

|—|—|—|—|—|—|—|
|WAN|Disabled|0|111|1|9|gray|
|WAN|Disabled|0|111|101|9|gray|
|WAN|Disabled|0|199|101|9|gray|
|WAN|Disabled|0|211|101|9|gray|
|USB|Disabled|0|311|200|9|gray|
|Wifi|Disabled|0|199|300|9|gray|
|Cellular|WAN failed DNS test|1|1|1|0|red|
|Cellular|WAN failed HTTP test|1|1|1|0|red|
|Cellular|WAN failed SmartCheck|1|1|1|0|red|
|WAN|WAN failed HTTP test|1|1|1|0|red|
|WAN|WAN failed PING test|1|1|1|0|red|
|Wifi|WAN failed HTTP test|1|1|1|0|red|
|Wifi|WAN failed PING test|1|1|1|0|red|
|Cellular|Standby|1|1|1|1|gray|
|Cellular|Standby|1|1|1|1|yellow|
|WAN|Standby|1|1|1|1|gray|
|Wifi|Standby|1|1|1|1|yellow|
|Cellular|Checking Connectivity…|1|1|1|9|flash|
|WAN|Connecting…|1|102|1|9|flash|
|WAN|Cold Standby|1|111|1|9|yellow|
|Cellular|Obtaining IP Address…|1|600|1|9|flash|
|Cellular|Standby|1|600|1|9|gray|
|Cellular|Connecting…|1|699|1|9|flash|
|WAN|No Cable Detected|1|102|101|9|red|
|WAN|Standby|1|102|101|9|gray|
|WAN|No Cable Detected|1|111|101|9|red|
|WAN|No Cable Detected|1|212|101|9|red|
|WAN|No Cable Detected|1|400|101|9|red|
|USB|No Device Detected|1|300|200|9|empty|
|Cellular|No Device Detected|1|611|200|9|empty|
|Cellular|Device Detected|1|611|251|9|flash|
|Cellular|SIM PIN Required or Incorrect|1|600|262|9|red|
|Cellular|No SIM Card Detected|1|600|263|9|red|
|Cellular|No SIM Card Detected|1|611|263|9|red|
|Wifi|Scanning…|1|199|300|9|flash|

Hi,
is it also possible to SET a state of a WAN interface via API?
E.g. Turn off/on Cell 1 ?
Thanks a lot
Johannes