Dev Environment Update

Hi there!


Finally we have released an update for the dev environment that allows to push any combination of frames to your app (up to 20). You can push (or app can poll) graphs, icons with text and UI will be rebuilt according to "frames" JSON object. Usually it looks like this:

     

{
  "frames" : [
      {
        "icon":"a77",
        "text":"Hello!"
      },
      {
         "chartData" : [1,2,3,7,6,5,4]
      }
  ]
}

     


For the feature to work you must update your app:

1. Go to your app details on https://developer.lametric.com

2. Press "Add new version" button

3. Click on the "Update" button

4. Click on the "Publish new version" button.


Enjoy!