Update Transfer light value 1 authored by Pascal Bodin's avatar Pascal Bodin
...@@ -12,13 +12,13 @@ Set following resources: ...@@ -12,13 +12,13 @@ Set following resources:
* **cloudInterface/store_forward/heartbeat_on_empty**: **true** * **cloudInterface/store_forward/heartbeat_on_empty**: **true**
* **cloudInterface/store_forward/period**: **60** * **cloudInterface/store_forward/period**: **60**
This guarantees that the board contacts the cloud every 60 s at least. This guarantees that the board contacts the cloud every 60 s at least. Thus, we are sure to be able to download a new configuration to the mangOH board, even if we disable all data uploads and developer mode (see below).
[Reference](https://docs.octave.dev/guides/control_edge_data/control_device_comm/#configuring-and-understanding-heartbeat) [Reference](https://docs.octave.dev/guides/control_edge_data/control_device_comm/#configuring-and-understanding-heartbeat)
# Developer mode # Developer mode
To check system behaviour in real conditions, we disable *Developer Mode*: To check system behaviour in real conditions, we disable developer mode:
* **cloudInterface/developer_mode/enable**: **false** * **cloudInterface/developer_mode/enable**: **false**
[Reference](https://docs.octave.dev/guides/control_edge_data/control_device_comm/#configuring-developer-mode) [Reference](https://docs.octave.dev/guides/control_edge_data/control_device_comm/#configuring-developer-mode)
... ...
......