ElectronicCats / CayenneLPP

Library for Arduino compatible with Cayenne Low Power Payload
http://electroniccats.com/
MIT License
106 stars 48 forks source link

Feature Request: Be able to change feed name #38

Closed hpssjellis closed 2 years ago

hpssjellis commented 2 years ago

CayenneLPP seems to force the feed name. Can the feed name be changed in the sketch?

example

lpp.addDigitalInput(1, 0);

creates an MQTT feed called Digital_Input

Can that feed name be edited before it is sent?

jazhe commented 2 years ago

Hello @hpssjellis! Thank you for your patience. Unfortunately, for now, is not possible to change or edit the name. Apologies for the inconvenience caused.

hpssjellis commented 2 years ago

@jazhe No Problem, thanks for the reply. I wasn't sure if that was an easy change or not. Have a great day. Great library!