HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
PcSoftware
/
scripts
/
Atom1.5-phpExampleClient
/
light/
@ 2071
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2071
5178 d 12 h
runge
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/
Removed textbox with value for sliders.
Added max and min buttons to sliders.
Small cosmetic fix to information boxes.
2070
5178 d 13 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!
2069
5178 d 17 h
runge
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/pages/dimmers/
Disabled the disabling based on timeout, to much issues right now
2068
5178 d 18 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!
2063
5179 d 14 h
arune
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Added atom_interface.php for new revision of atom1.5
2062
5179 d 14 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
more data
2061
5179 d 14 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Removed config, added config as template
2060
5179 d 14 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Added config files
2059
5179 d 14 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
More work
2058
5179 d 14 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
More work in php
2057
5179 d 15 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Fixes
2056
5179 d 16 h
arune
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Added php to <?
2055
5179 d 16 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Fixed <?php in atom_interface.php
2054
5179 d 16 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
New functionality to php-jquery
2051
5179 d 17 h
linlun
/trunk/PcSoftware/scripts/Atom1.5-phpExampleClient/light/
Modifications to php-atom interface
1883
5359 d 14 h
arune
/trunk/
Moved Atom1.5 example client to scripts
1880
5362 d 12 h
arune
/trunk/PcSoftware/Atom1.5/php/examples/light/
Same fix as previous commit but in another place
1879
5362 d 12 h
arune
/trunk/PcSoftware/Atom1.5/php/examples/light/
Fixed minor bug in tcp.php (php examples)
1872
5366 d 14 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.