は私がのatimeとバンドル属性更新するためにhttp://orion.lab.fiware.org:1026/v2/entities/85/attrs?type=UrbansenseLocationにPOSTリクエストを送信しています:JSONのタイムスタンプが間違っ
{
"atime":{
"type":"Number",
"value":1476370651},
"bundle":{
"type":"Number",
"value":1}
}
と同じエンティティへのGET要求を受信します次の応答:
{
"id": "85",
"type": "UrbansenseLocation",
"atime": {
"type": "Number",
"value": 1476370000,
"metadata": {}
},
"bundle": {
"type": "Number",
"value": 1,
"metadata": {}
},
//some other attributes
}
してください、のatime attriの値フィールドに不一致の点に注意してください。 bute !!!なぜこのようなことが起こっているのですか?
ありがとうございました。
Orion repostitory(https://github.com/telefonicaid/fiware-orion/issues/2603)でこれについて報告しているようです。 githubで続けましょう。次に、問題の解決策が明らかになったら、SOFに戻ってください。 – fgalan