Hello, wanted to ask is it possible to specify execute argument with EXECUTE
operation in cumulocity shell?
Server object has update trigger resource, which has execute argument, but i can’t find command that lets me specify execute argument.
Hello, wanted to ask is it possible to specify execute argument with EXECUTE
operation in cumulocity shell?
Server object has update trigger resource, which has execute argument, but i can’t find command that lets me specify execute argument.
Hello @erikas
Of course this is possible. We have to commands to do that, namely the execute
and èxecutelegacy
commands.
Example
execute /3/0/4 0='hello',1='world',42
executelegacy /3/0/4 helloworld
A detailed explanation on how to use them can be found in our LWM2M documentation on shell commands:
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.