<div dir="ltr">Hi,<div><br></div><div>I have questions about the new features 1.1.0-alpha: "<span style="color:rgb(0,0,0);white-space:pre-wrap">Preset scheduling and events":</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">- Schedule. What is the format for the string schedule? For example, I created a preset with schedule= */30 * * * * * (every 30 seconds) and didn't anything happen.</span></div><div><br></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap">- Events. I created a preset with the following </span><span style="color:rgb(0,0,0);white-space:pre-wrap">configuration.</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><font color="#000000"><span style="white-space:pre-wrap">{
        "weight" : 5,
        "precondition" : "{\"summary.manufacturer\":\"Huawei Technologies Co., Ltd\",\"summary.serialNumber\":\"XXX\"}",
        "configurations" : [
                {
                        "type" : "age",
                        "name" : "InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.4.X_HW_L3Enable",
                        "age" : "5"
                }
        ],
        "schedule" : "",
        "events" : {
                "0 BOOTSTRAP" : true
        },
        "_id" : "HUAWEI_XXX"
}</span></font><span style="color:rgb(0,0,0);white-space:pre-wrap">
</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><font color="#000000"><span style="white-space:pre-wrap">But the preset was executed indistinctly event received. Did I do anything wrong?</span></font></div></div>