Command Result Notification is getting repeated

Aakansha3 years ago

I knew this wasn't making any sense.
Yes, at first I thought of using the Result attribute but was not able to implement it..
I thought I can make a computed attribute directly for engine stop/resume command but it was stupid though..

How should I use the result attribute and fetch its result into my new attribute!

Anton Tananaev3 years ago

You just use "result" as the expression.

Aakansha3 years ago

engine status = result
Like this