Get shock notification from status

Christopher5 years ago

Hi,

Im trying to get a "shock" notification from my clone with h02 protocol. Testing on demo4.

I have noticed that the 'status' attribute changes to 4294811135 when there is a shock.

I have tried to compute the attribute to no avail...

Shock
status == "4294811135" ? "Shock" : null
String

I get an admin error (admin access required...)

BTW, I also wanted to try with:

Shock
status =? "1135" ? "Shock" : null
String

Just in case the beginning of the 'status' bits was not the same (have not encountered it yet)

thanks

Anton Tananaev5 years ago

I think the error message is pretty clear.

Christopher5 years ago

as in I can't create computed attributes in the demo servers?

Anton Tananaev5 years ago

No. Only admin can create computed attributes.