MAJOR scene editing issue not solved by Cube 2.0.0

The problem occurs when editing a scene. (## = minutes)
When you have a scene like this:
if (time = 00:##)

then
Do something A
Do something B
Do something C

If you edit the scene on iHost like this:
if (time = 00:##)

then
Do something A
Do something B (delete this condition)
Do something C

Once saved, the result should be:
if (time = 00:##)

then
Do something A
Do something C

But, if you check back, the time will also be modified by:
if (time = 00:##) will ALSO be replaced by the editing time, without notice
then
Do something A
Do something C

Finaly, the iHost’s “Midnight Bug” seem to has been solved in version 2.4.1. Thank’s eWelink for the fix! :grinning:

2 Likes

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.