Particle Build working and Particle Dev failing to flash

I am using the latest 0.4.7 on Build IDE - and it works fine there. But not on Particle Dev. And I my CLI is the latest version as well as ParticleDev.

I did some more digging through the ParticleDev and CLI code and it looks like the product_id for my claimed Photon is set to 0:

https://api.particle.io/v1/devices?access_token=NNNNN

returns this
[
{
“id”: “My Photon ID”,
“name”: “Spectron”,
“last_app”: null,
“last_ip_address”: “My IP Address”,
“last_heard”: “2015-12-10T00:08:29.256Z”,
“product_id”: 0,
“connected”: true
}
]

Strangely the Web IDE still sees it as Photon (product_id 6). Any ideas?