Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Mar 13, 2024
1 parent 9bbdb55 commit 149e602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/z2m.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static function dependancy_end() {
}

public static function firmwareUpdate($_options = array()) {
if(file_exists('/dev/ttyLuna-Zigbee' && $_options['sub_controller'] != 'luna')){
if(file_exists('/dev/ttyLuna-Zigbee') && $_options['sub_controller'] != 'luna')){
throw new Exception(__("Attention il n'est pas possible de lancer ce type de mise à jour firmware sur votre box (vous ne pouvez lancer qu'une mise à jour de firmware Luna)", __FILE__));
}
config::save('deamonAutoMode', 0, 'z2m');
Expand Down

0 comments on commit 149e602

Please sign in to comment.