いくつかの属性を持つエンティティがあります。それぞれにサブスクリプションがあります。サブスクリプションの例を次に示します。
{
"entities": [
{
"type": "Room",
"isPattern": "false",
"id": "Room5"
}
],
"attributes": [ ],
"reference": "http://localhost:5050/notify",
"duration": "P1M",
"notifyConditions": [
{
"type": "ONCHANGE",
"condValues": [
"pressure"
]
}
]
}
問題は、属性に何らかの変更がある場合、変更されていない属性を含む完全なエンティティを通知がサブスクライブすることです。
この問題を解決するための回避策はありますか?