Open
Description
Probably an edge use case.
This device is a SCK2.1 device originally, and likely during migration, the device has a "fixed" version, that ignores the new hw_info payloads.
You can see that it "should" be a SCK2.2 in the last_status_message
:
https://api.smartcitizen.me/v0/devices/10943
Not really a problem though. This device in particular has a hardware_version_override
coming from the migration from kits refactor
(here)
smartcitizen-api/app/models/device.rb
Lines 292 to 294 in 35a1930
If I removed the hardware_version_override
setting it to null
on that particular device, I guess it will start listening back to info? @timcowlishaw