You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: forge/db/controllers/Device.js
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,9 @@ module.exports = {
70
70
* Sends the project id, snapshot hash and settings hash to the device
71
71
* so that the device can determine what/if it needs to update
72
72
* @param {forge.db.models.Device} device The device to send an "update" command to
73
+
* @param {boolean} forceUpdate If true, the update command will instruct the agent to apply updates even if in developerMode. This require vTBD of the device-agent.
0 commit comments