Open
Description
I want to get all characteristics list of a service. Every time I get empty characteristics array. I have used following ways to get characteristics list:
-
`service.discoverCharacteristics(null, function(error, characteristics) {
});`
-
service.once('characteristicsDiscover', (characteristics)=>{ }); service.discoverCharacteristics();
Both of these approaches do not work.
Metadata
Metadata
Assignees
Labels
No labels