I was trying to send
msg.payload='{"type":"string","value":"Booting"}';
to a "data layer request" node with "WRITE" method, to "motion/cmd/opstate", like in REST method, but to no avail - gives me error "CtrlxProblemError: DL_TYPE_MISMATCH". Does structure of request and destination differs from REST method (and how)?
Â