Along with json and base64, this provides a hint for how to decode the string.
@@ -252,6 +252,7 @@ class TuyaDpsConfig:
"bitfield": int,
"json": str,
"base64": str,
+ "hex": str,
}
return types.get(t)