Channel types describe the kind of value stored in a channel and are used to provide a better user interface in the OpenBeken web panel. While often not required, they are necessary for specific control patterns.
Example: For a Tuya Fan Controller with 3 speeds, setting the channel type to LowMidHigh will display a radio button UI instead of a simple toggle or slider.
Note on TuyaMCU: Some channels use _div10 or _div100 suffixes. This is used for TuyaMCU devices that send values as integers (e.g., sending 215 for 21.5C). The firmware stores the integer and converts it to a float only for display.