| ValType | Val | Noted |
| int | 0 | Integer, needs to have Data range min, max |
| float | 1 | Floating point number, needs to have Data range min, max |
| string | 2 | String, utf8 encoding supports multiple Languages |
| enum | 3 | Array enumeration type, utf encoding, supports multiple Languages, mainly used for drop-down box type selection parameters, such as white balance mode switching, switch switching, etc. [{automatic mode},{manual mode},{automatic tracking},{indoor mode},{outdoor mode},{one-key mode}] [{on},{off},{auto}] [{open},{close},{auto}] etc. |
| bool | 4 | 0/1,open/close, default 0 is disable, 1 is enable |
| version | 9 | Protocol cluster type, different versions correspond to different protocol clusters |