How does socket request action work ?

Robert Salomons shared this question 10 years ago
Answered

How do i supply the body.


Is it ASCII, HEX, INTEGER, BYTES ?


For example: how should i supply the body for this command:

byte[] {0x38,0x0,0x55}


I'm trying to make Limitless Led (easybulb) bulbs work.


Thanks!

Replies (1)

photo
2

For anyone wants to know:

ON: body = "UU

OFF: body = !UU

Leave a Comment
 
Attach a file