last version
This commit is contained in:
parent
62e0ced2a4
commit
da1372cb5d
4 changed files with 75 additions and 14 deletions
|
@ -1,7 +1,12 @@
|
|||
sitemap battlefield label="My home automation" {
|
||||
Frame label="Battlefield" {
|
||||
Text item=dmg label="Last Dmg [%s]"
|
||||
Group item=Actuators icon="light"
|
||||
Switch item=reset
|
||||
sitemap battlefield label="Battlefield" {
|
||||
Frame label="Sensors" {
|
||||
Text item=dmg label="Dernier dégat infligé [%s]" icon="fire"
|
||||
Text item=hp label="Point de vie restant : [%s]" icon="fire"
|
||||
Switch item=reset label="Forcer le prochain tour"
|
||||
Image item=dmg_img icon="light" label="Dernier lancé :"
|
||||
}
|
||||
Frame label="Actuators" {
|
||||
Text item=animation label="Dernière animation [%s]" icon="siren"
|
||||
Switch item=animation_toggle label="Activer les animations"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue