Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Hand over parameters and show them for few seconds

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
Daimlerfahrer
Posts: 4
Joined: February 3rd, 2008, 12:36 pm

Hand over parameters and show them for few seconds

Post by Daimlerfahrer »

If there is already a solution for my problem, I've to say sorry, but I didn't get one using the search...

So I ask for some help!

I'm using a call-monitor that hands over serveral parameters by a incoming phone call (like caller-number, called-number. . .)

I'd like to show these information on my LCD, and I did already tried to configure "Actions", but doesn't work for me.

Could someone tell me how to hand over these parameters to LCDsmartie and flash them for a few seconds and afterwards jump back to the theme used befor?

Thanks a lot
Regards from Germany :)
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

The solution is definitely the actions (you have to use the gotoTheme action and assing a screen to anew theme e.g theme 2)

But there are some things to ask.
How do you read the called id to LCD Smartie? Are you using a custom plugin or the file read method?
Daimlerfahrer
Posts: 4
Joined: February 3rd, 2008, 12:36 pm

Post by Daimlerfahrer »

I'm not using a plugin yet, but it wouldn't be a problem to store the incoming information to a (*.txt) file.
Which plugin is able to check if there is created a new file and shows the information stored inside?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

There are two build in functions for file reading
$LogFile(C:\file.log,0)
and
$File(C:\file.txt,1)
both under the Misc. tab
Post Reply