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
I think the error message is pretty clear.
as in I can't create computed attributes in the demo servers?
No. Only admin can create computed attributes.
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