1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00
thingsboard-gateway/thingsboard_gateway/gateway
zbeacon 95c1c0c2af Added ability to use timestamp from devices message (if "ts" found in converter output dictionary.)
To use this feature, converted data structure must be like:
{
  "deviceName": "Device",
  "deviceType": "default",
  "attributes": [],
  "telemetry": {
    "ts": 1580214207748,
    "values": {
      "telemetry1": 400,
      "telemetry2": 200
    }
  }
}
2020-01-28 14:30:44 +02:00
..
__init__.py Copyright updated 2020-01-15 08:52:46 +02:00
tb_client.py Improvements for applying remote configuration 2020-01-27 13:54:07 +02:00
tb_gateway_remote_configurator.py Reformatting current configuration in client attribute on ThingsBoard 2020-01-28 10:51:44 +02:00
tb_gateway_service.py Added ability to use timestamp from devices message (if "ts" found in converter output dictionary.) 2020-01-28 14:30:44 +02:00
tb_logger.py Improvements for applying remote configuration 2020-01-27 13:54:07 +02:00