mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-06-15 21:26:28 +02:00
service set battery charge
This commit is contained in:
parent
5cfcdb82f7
commit
14d1891695
3 changed files with 42 additions and 9 deletions
|
@ -134,7 +134,7 @@ sub tpl(){
|
|||
$searchref->{template_id_pos} = "$node_meta->{tpl_id}";
|
||||
$tpl_ids = "205";
|
||||
$tpl_ids = "225" if($node_meta->{tpl_id} == 499);
|
||||
$node_meta->{tpl_order} .= ",int04=Station on insert,txt10=Redistribution" if($node_meta->{tpl_id} != 499);
|
||||
$node_meta->{tpl_order} .= ",int04=Station on insert,txt10=Redistribution,txt11=smartlock_charge,txt12=bike_charge" if($node_meta->{tpl_id} != 499);
|
||||
}
|
||||
elsif($node_meta->{tpl_id} > 600 && $node_meta->{tpl_id} < 700){
|
||||
$table = "contentadr";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue