I have builded alexa smart home skill device discovery working fine with 4 devices when i added 8 device's, alexa say's everytime no devices found but i am sending 8 endpoints as response to alexa device discovery request. i compared both device discovery response (4 and 8 endpoints response), but i didn't find any difference between both responses.
How can I debug this, why alexa not able to recognize 8 devices response?
Please find below alexa device response format i was sending to alexa:
8 devices: https://jsoneditoronline.org/?id=414d1a0f504e466c98bd35b07004c9b6
4 devices: https://jsoneditoronline.org/?id=6f22090026f54594ab87a7744475e1cc
Note: I had compared Json format (with http://jsondiff.com/ ) its matching , No nodes are missing, all values are given properly.