init boot change
This commit is contained in:
@@ -2534,8 +2534,7 @@ action:
|
|||||||
|
|
||||||
##### NSPanel boot init Date #####
|
##### NSPanel boot init Date #####
|
||||||
- delay:
|
- delay:
|
||||||
milliseconds: 900
|
milliseconds: "{{ delay_value }}"
|
||||||
# milliseconds: "{{ delay_value }}"
|
|
||||||
- service: "{{ command_text_printf }}"
|
- service: "{{ command_text_printf }}"
|
||||||
data:
|
data:
|
||||||
component: home.date
|
component: home.date
|
||||||
@@ -2955,6 +2954,15 @@ action:
|
|||||||
component: home.loading
|
component: home.loading
|
||||||
message: " "
|
message: " "
|
||||||
|
|
||||||
|
##### NSPanel boot init finished and jump to Home Page#####
|
||||||
|
- delay:
|
||||||
|
milliseconds: "{{ delay_value }}"
|
||||||
|
- service: "{{ command_printf }}"
|
||||||
|
data:
|
||||||
|
cmd: page home
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###### StatusBar - Icon 04 ######
|
###### StatusBar - Icon 04 ######
|
||||||
- if:
|
- if:
|
||||||
- condition: template
|
- condition: template
|
||||||
|
|||||||
Reference in New Issue
Block a user