Skip to content

Commit

Permalink
Auto check cmdname and enums of php file
Browse files Browse the repository at this point in the history
  • Loading branch information
Flobul authored and github-actions[bot] committed Aug 27, 2024
1 parent 8ada1aa commit 17b6f31
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 17b6f31

Please sign in to comment.