thingsboard / thingsboard-gateway

Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
https://thingsboard.io/docs/iot-gateway/what-is-iot-gateway/
Apache License 2.0
1.75k stars 844 forks source link

[FEATURE] Make check for new gateway version optional #917

Closed solred closed 2 years ago

solred commented 2 years ago

Some customers do not have an internet connection.

Can we make the check for a new gateway version optional? https://github.com/thingsboard/thingsboard-gateway/blob/master/thingsboard_gateway/tb_utility/tb_updater.py#L74

samson0v commented 2 years ago

Hi @solred, we will discuss your suggestion and let you know about the decision.

samson0v commented 2 years ago

Hi @solred, we decided to not change this check. If the user hasn't an internet connector it doesn't break anything.

solred commented 2 years ago

Understood, thank you for taking a look.