I am using CEP to modify type date fields with update mode.
Entities:
{
"id":"controller",
"type":"control",
"lasmodify":{
"type":"DataTime",
"value":""
}
}
{
"id":"Device01",
"type":"device",
"id_controller":{
"type":"Text",
"value":"controller01"
}
"datemodify":{
"type":"DataTime",
"value":"2018-12-04T20:05:00.00Z"
}
}
I want that the Device01 subscription is shooted, the controller01 attribute lasmodify will be modified with datemodify of device01 entity.
Thank you very much in advance Best regard.