Can you pass a device between pistons via args?
For example. Set a variable to [device]
Then execeutenpiston with args variable?
Then from new piston run. Use something like [{$args.variable}:temerature]
Can you pass a device between pistons via args?
For example. Set a variable to [device]
Then execeutenpiston with args variable?
Then from new piston run. Use something like [{$args.variable}:temerature]
try it?
if this does not work try defining a device variable and assigning $args.variable as the value then [device : temperature]
thanks for the awesome question.