Skip to content

Commit

Permalink
Add mode Canicule
Browse files Browse the repository at this point in the history
  • Loading branch information
destroyedlolo committed Jun 11, 2023
1 parent 3b97e28 commit 2ed6b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SeleniteDFB/HDB_320/70_ModePool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function ModePool( titre, topic, y )
},
{
{ 'Heures Creuses', function () Brk:Publish( topic, 'Heures Creuses', true ) end },
{ 'Canicule', function () Brk:Publish( topic, 'Canicule', true ) end },
{ 'Arret', function () Brk:Publish( topic, 'Arret', true ) end },
{ 'Forcé', function () Brk:Publish( topic, 'Forcé', true ) end },
}, -- list
Expand Down

0 comments on commit 2ed6b7f

Please sign in to comment.