Closed jkandasa closed 6 years ago
Source: https://forum.mycontroller.org/topic/339/v_hvac_flow_state-issue
MyController Operation has special features, it supports special operations. When the user wants to send one of this special operation string, it blocks and redirected to special operation.
Operation
Root cause: https://github.com/mycontroller-org/mycontroller/blob/development/modules/core/src/main/java/org/mycontroller/standalone/db/ResourceOperationUtils.java#L29~L44
This fix is available in SNAPSHOT version.
From now, if you want to use special operation like ADD, TOGGLE, etc., use sp: infront of operation. It will be considered as special operation.
ADD
TOGGLE
sp:
Source: https://forum.mycontroller.org/topic/339/v_hvac_flow_state-issue
MyController
Operation
has special features, it supports special operations. When the user wants to send one of this special operation string, it blocks and redirected to special operation.Root cause: https://github.com/mycontroller-org/mycontroller/blob/development/modules/core/src/main/java/org/mycontroller/standalone/db/ResourceOperationUtils.java#L29~L44