Describe The Bug:
I think the example code in the README might have a typo in it.
To Reproduce:
Attempt to implement as per the examples.
Expected behavior:
In example two, c.serviceName is used to filter the "On" characteristic from the serviceCharacteristics array, but I think this should be using c.type (as is used in example three.)
Describe The Bug:
I think the example code in the README might have a typo in it.
To Reproduce:
Attempt to implement as per the examples.
Expected behavior:
In example two,
c.serviceNameis used to filter the "On" characteristic from the serviceCharacteristics array, but I think this should be usingc.type(as is used in example three.)