not
not(Expr)
Produces the opposite of it's argument, e.g. true if it's argument is false, false otherwise.
e.g.
not(load("/solar/control/charging"))
true if the battery is not charging.
not(Expr)
Produces the opposite of it's argument, e.g. true if it's argument is false, false otherwise.
e.g.
not(load("/solar/control/charging"))
true if the battery is not charging.