}elsif($item->{'id'} =~ /^backgroundtype$/) {
$item->{'type'} = 'optionalsinglelist';
my @values = ();
push @values,{id=>'black',name=>'black'};                
push @values,{id=>'white',name=>'white'};                
push @values,{id=>'lightgray',name=>'lightgray'};           

push @values,{id=>'gray',name=>'gray'};                
push @values,{id=>'darkgray',name=>'darkgray'};             

$item->{'values'} = \@values;

That´s all I think.



2xPi3-7"+pCP+LMS | Transporter | 2xTouch | 2xClassic | 2xBoom | 2xRadio
| iPeng | [2xOdroid U3+m2p+LMS]
------------------------------------------------------------------------
bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to