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
(If not eligible for a firmware update, null is returned:)
{
"eligible_firmware_update": null
}
Notes:
This implementation does not allow for different tenants to have devices with the same identifier. This is an acknowledged major problem with this first version; we'll need to address it before using the product.
The text was updated successfully, but these errors were encountered:
paulstatezny
changed the title
Initial Websocket Implementation
Initial Device HTTP Endpoint Implementation
Feb 21, 2018
We're currently going full steam down the Phoenix channels path to getting firmware updates, but this issue is still important since some devices would prefer to remain disconnected most of the time (e.g., devices connected over metered connections). I'm marking this as V2 since the current client work won't exercise this.
Acceptance Criteria:
GET /firmware-update
X-Client-Dn
header is missing.X-Client-Dn
header is not in the formatCN=identifier
.identifier
in theX-Client-Dn
header is not the case-sensitive identifier of a device in thedevices
table.Version.match?/3
)(If not eligible for a firmware update, null is returned:)
Notes:
identifier
. This is an acknowledged major problem with this first version; we'll need to address it before using the product.The text was updated successfully, but these errors were encountered: