10.07.2025, 07:22
(This post was last modified: 10.07.2025, 07:31 by Erwin van der Zwart.)
Your payload might be different then in this sample, try adding this in the client.ON_MESSAGE function:
Code:
local data = json.pdecode(payload)
log(data) -- what values does the payload has?