作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我遵循了 Orion 中关于实体创建/更新和订阅的官方指南,它们正在运行并且我得到了成功响应。但是 Orion 不会向 Cygnus 发送通知。
我是不是漏掉了一些步骤?
这些是我正在使用的基本脚本:
创建实体
{
"contextElements": [{
"type": "Room",
"isPattern": "false",
"id": "2FebRoom",
"attributes": [{
"name": "temperature",
"type": "float",
"value": "888"
}]
}],
"updateAction": "APPEND"
}
订阅实体http://orion.lab.fiware.org:1026/v1/subscribeContext
{
"entities": [
{
"type": "Room",
"isPattern": "false",
"id": "2FebRoom"
}
],
"attributes": [
"temperature"
],
"reference": "http://A.B.C.D:5050/notify",
"duration": "P1M",
"notifyConditions": [
{
"type": "ONCHANGE",
"condValues": [
"temperature"
]
}
],
"throttling": "PT5S"
}
更新实体
{
"contextElements": [
{
"type": "Room",
"isPattern": "false",
"id": "2FebRoom",
"attributes": [
{
"name": "temperature",
"type": "float",
"value": "111"
}
]
}
],
"updateAction": "UPDATE"
}
我可以在更新操作后查询 Orion 中的新值,但 Cygnus 没有收到任何通知,这会是什么问题?
非常感谢
最佳答案
问题是由来自 orion.lab.fiware.org 的传出通知暂时中断引起的。问题已经解决。
关于fiware-orion - 猎户座通知天鹅座,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35172049/
我对访问事件订阅列表很感兴趣,但是在阅读了所有关于 API 的 wiki ( https://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index
我是一名优秀的程序员,十分优秀!