set-tclv ( type value uuid -- config )


Vocabulary
visionect

Inputs
typean object
valuean object
uuidan object


Outputs
configan object


Definition


: set-tclv ( type value uuid -- config )
[
"{\"Data\": [{\"Type\": %d, \"Control\": 1, \"Value\": \"%s\"}]}"
sprintf B{ } like
"application/json" <post-data> swap >>data
] dip "/api/cmd/Param/" prepend visionect-post "" like json>
;