gpt4 book ai didi

fiware-orion - 猎户座通知天鹅座

转载 作者:行者123 更新时间:2023-12-02 04:43:42 30 4
gpt4 key购买 nike

我遵循了 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/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com