Send V_RGB value to Controller ?
Troubleshooting
4
Posts
3
Posters
1.3k
Views
1
Watching
-
Guys, how can I send a V_RGB value, like "FF00FF" to the controller ? If the "gw.send" function just support 8 bit data ? it have to go as string ?
@joaopaulo The V_RGB is defined to be a character array (string) type. (gw.send supports many data types, look at the API)