Fever - Sadas: Timestnut 属性

Fiware - IDAS: TimeInstant attribute

我正在使用 MQTT Ultralight 代理。我已经看到,当代理向上下文代理注册与设备相关的实体时,代理会向该实体添加“TimeInstant”属性。此属性似乎在 UTC+0 上。

我想使用 UTC +1。我尝试在注册时修改设备的“TimeZone”,但似乎这不起作用,因为时间仍然是 UTC+0。举个例子:

curl -X POST 172.21.0.23:8090/iot/devices \
-i  \
-H "Content-Type: application/json" \
-H "Fiware-Service: red_entrada_4" \
-H "Fiware-ServicePath: /Prueba" \
-d '{
"devices":[
{
    "device_id": "AC_2", 
    "entity_name":"disp_entrada:AC_2",
    "protocol":"PDI-IoTA-MQTT-UltraLight", 
    "entity_type": "disp_entrada", 
    "timezone": "Europe/Madrid" 
}
]}'

是否有任何方法可以修改“TimeInstant”属性的默认值,以便使用特定的 UTC?

这个字段是作为未来的功能引入的,正如文档中所说,它今天没有使用。这就是¡您目前无法更改它的原因。

感谢您使用IDAS,抱歉这次回复晚了!