How do I specify multible types? I’m trying the following, but it only sends “s”
preArgs:
{
“type”: “si”,
“value”: “/meters/8 1”
}
Love your work Jean
How do I specify multible types? I’m trying the following, but it only sends “s”
preArgs:
{
“type”: “si”,
“value”: “/meters/8 1”
}
Love your work Jean
This way :
[
{"type": "s", "value": "/meters/8"},
{"type": "f", "value": 1}
]