I renamed my project (from com.exprog.mqttclient.service to hu.exprog.mqttclient.service) and it become unavailable in simulator (“Service does not exist” message).
My services.json is this:
{
"id": "hu.exprog.mqttclient.service",
"description": "MQTT Service",
"services": [
{
"name": "hu.exprog.mqttclient.service"
}
]
}
my package.json
{
"name": "hu.exprog.mqttclient.service",
"version": "1.0.0",
"description": "MQTT client service",
"main": "mqttclient_service.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD",
"dependencies": {
"mqtt": "^4.3.8"
}
}
How can I get some response about services installed in simulator?
The service list of simulator contains the service name.
I can debug in TV device, service is available there.
I tried reset database without result.