1) Give a description of the problem
Method setFanMode() available in webcore to control a OCF Samsung AC is being executed but does not run in the device.
2) What is the expected behaviour?
To execute the command in the device
3) What is happening/not happening?
According to the logs on the device, I can see that when I pass an invalid argument it returns that the mode is not valid. When I pass a valid argument, no error on the device, but nothing happens. In this case the valid arguments are “high”,“auto”, “low”, “turbo”,“medium”.
**4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
╔Received event [Apartment].execute = 54.146.176.61 with a delay of 33ms
+33ms ║Runtime (36639 bytes) successfully initialized in 4ms (v0.3.110.20191009) (31ms)
+33ms ║╔Execution stage started
+42ms ║║[param1:execute, param2::“pistonIDRemoved”:, remoteAddr:“AddressRemoved”, service:High]
+42ms ║║Executed virtual command log (1ms)
+315ms ║║Executed [sala ac].setFanMode (262ms)
+317ms ║╚Execution stage complete. (284ms)
+318ms ╚Event processed successfully (318ms)