Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 13 made on Friday November 12, 2010 at 04:01
deric.lts
Long Time Member
Joined:
Posts:
September 2010
24
Nope. As I have mentioned, i want it to behave just like an actual aircond remote where it will only increase/decrease by 1 deg for every single press (press&release) and will not further increase/decrease even if you are continue to hold the button.

Lets say the user want to increase the temp from 23deg to 25deg. This means that the user is required to press the TEMP+ button twice (press & release). The problem occurs where there will be an unnecessary delay generated during the 23deg to 24deg (due to IR sending) that forces user to wait b4 the user can press for the second time to increase from 24deg to 25deg. Therefore, this could be avoided if there's a "onReleaseInterval" function where IR will only be sent if the button is release for 5 sec or longer as the user will just press&release in a very fast manner (release & follow by the next press in a very fast manner) to increase to the desired temp (completely release).

Pardon me if my sentences are too confusing.



Temp+ Button Script
switch (CF.widget("current_status").label)
{
        .....
        .....

        case "23":
            page("TEMP1").widget("tempUp24").executeActions();
            CF.widget("current_status").label = "24";
            break;

        case "24":
            page("TEMP1").widget("tempUp25").executeActions();
            CF.widget("current_status").label = "25";
            break;

        case "25":
            page("TEMP1").widget("tempUp26").executeActions();
            CF.widget("current_status").label = "26";
            break;

            .....
            .....
}

Funtion Action of tempUp24-26 buttons

Function: 23... on Daikin... (Action)


Hosting Services by ipHouse