Subversion Repositories HomeAutomation

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2084 5184 d 17 h arune /trunk/PcSoftware/scripts/ Renamed Atom1.5-phpExampleClient to Atom1.5-webgui and moved contents from light folder directly to Atom1.5-webgui  
2080 5185 d 14 h runge /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Added the possibility to translate alias names into nicer looking names for display as suggested by arune.
There is a array i the configuration file which to set this up. If an alias does not have a pretty name in this file the alias itself will be used.
 
2070 5186 d 8 h runge /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Changed how the page switching works.
Added swipe left and right to switch pages. Very nice!
 
2068 5186 d 12 h runge /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Completly new web interfaces built on jQuery Mobile. Uses the concept of pages where pre-defined pages can be created and hopefully shared between us all. Then you instansiate one or more of these pages in the configuration file.
Right now only two simple pages exists, one for dimmers and one for generic last value information.
Do not forget to update to the latest version of the scripts for Atom!
 
2060 5187 d 9 h linlun /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Added config files  
2059 5187 d 9 h linlun /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ More work  
2058 5187 d 9 h linlun /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ More work in php  
2057 5187 d 10 h linlun /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Fixes  
2056 5187 d 10 h arune /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Added php to <?  
2054 5187 d 10 h linlun /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ New functionality to php-jquery  
2051 5187 d 12 h linlun /trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/ Modifications to php-atom interface  
1883 5367 d 9 h arune /trunk/ Moved Atom1.5 example client to scripts  
1872 5374 d 8 h runge /trunk/PcSoftware/Atom1.5/php/ Added PHP light code as an example on how to communicate with atomd from PHP. This is not finished code and stuff should be broken up into a common library in the future.