Now I'm trying to control Hue bridge with IoTivity framework.
When I send GET message from MPMClientSample (MiniPluginManager) response message was
[{
"error": {
"type": 1,
"address": "/lights",
"description": "unauthorized user"
}
}]
What should I use 'username' for this? Now I'm using 'newdeveloper' as default value.