Skip to content

Commit

Permalink
Merge pull request #9 from Flobul/translations_
Browse files Browse the repository at this point in the history
Missing cmdname or enums
  • Loading branch information
Flobul authored Aug 27, 2024
2 parents 8ada1aa + 17b6f31 commit 5476637
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmdName.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,16 @@
"sendEvent(sunset)" => __("sendEvent(sunset)", __FILE__),
"sendEvent(sunsetTime)" => __("sendEvent(sunsetTime)", __FILE__),
),
"samsungTV" =>
array (
"setPictureMode" => __("setPictureMode", __FILE__),
"volumeDown" => __("volumeDown", __FILE__),
"setSoundMode" => __("setSoundMode", __FILE__),
"showMessage" => __("showMessage", __FILE__),
"volumeUp" => __("volumeUp", __FILE__),
"unmute" => __("unmute", __FILE__),
"setVolume" => __("setVolume", __FILE__),
"off" => __("off", __FILE__),
"on" => __("on", __FILE__),
),
);

0 comments on commit 5476637

Please sign in to comment.