legrego / HSPI_TwilioMessaging

HomeSeer Plugin to enable SMS messaging via Twilio
MIT License
6 stars 0 forks source link

SendMessageActionConfig should be persisted to a sqlite database #1

Closed legrego closed 5 years ago

legrego commented 7 years ago

SendMessageActionConfig is currently being serialized and stored within each Action's actionInfo. This should be moved to a sqlite database, or something similar, to make extending functionality easier

legrego commented 5 years ago

SQLite may prove difficult here, as the configuration needs to be associated with specific event instances. What we should likely do instead is find a less fickle way of serializing the data to the existing byte[] -- maybe encoding to JSON before transforming?