Skip to content

pimatic/pimatic-mobile-frontend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

pimatic mobile-frontend plugin

Provides a jQuery mobile page, witch let you control your actuators, display sensor values and let you add and edit rules.

Example configuration

{
  "plugin": "mobile-frontend",
  "customTitle": "Pimatic", 
  "theme": "water",
  "flat": true,
  "debug": false,
  "mode": "production"
}

Mobile frontend development

For performance reasons the "production" mode uses minified and pre-compiled code. If you need to debug the mobile frontend code, e.g., as you are developing an mobile frontend extension, set the mode as part of the plugin configuration to "development". Then clear all browser caches and delete all app settings. Best is to use an incognito tab for testing.