Passing devices between pistons?


#1

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]


Passing variables through pistons
#2

try it? :slight_smile:

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. :smile: