https://github.com/pimatic/pimatic-mobile-frontend
Provides a jQuery Mobile Web User Interface for pimatic.
https://github.com/pimatic/pimatic-mobile-frontend
home-automation pimatic
Last synced: about 1 year ago
JSON representation
Provides a jQuery Mobile Web User Interface for pimatic.
- Host: GitHub
- URL: https://github.com/pimatic/pimatic-mobile-frontend
- Owner: pimatic
- License: gpl-2.0
- Created: 2014-01-04T12:12:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T17:34:53.000Z (over 6 years ago)
- Last Synced: 2024-10-05T08:36:39.519Z (almost 2 years ago)
- Topics: home-automation, pimatic
- Language: JavaScript
- Homepage: http://www.pimatic.org
- Size: 4.59 MB
- Stars: 6
- Watchers: 11
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
pimatic mobile-frontend plugin
======================
Provides a [jQuery mobile](http://jquerymobile.com/) 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.