hologram-io / hologram-python

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!
https://hologram.io/
MIT License
89 stars 47 forks source link

Allow setting APN programmatically #57

Closed DomAmato closed 3 years ago

DomAmato commented 4 years ago

Is your feature request related to a problem? Please describe.

Changing the APN in the code is not easy as it requires finding the installed code and changing a few lines.

Describe the solution you'd like

Making it an accessible parameter would help with this issue

Describe alternatives you've considered

Additional context

The biggest issue is the chatscript which is not a python class and therefore does not have fields that can be changed in a pythonic manner

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.