Skip to content

Missing cmdname or enums#949

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
translations_202606011500
Open

Missing cmdname or enums#949
github-actions[bot] wants to merge 1 commit into
masterfrom
translations_202606011500

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

$this->enums

<?php return array (
);

$this->cmdName

<?php return array (
  "clipDuration" => 
  array (
    "clipDuration" => __("clipDuration", __FILE__),
    "supportedMaxDuration" => __("supportedMaxDuration", __FILE__),
    "setClipDuration" => __("setClipDuration", __FILE__),
  ),
  "motionTracking" => 
  array (
    "enabledTargets" => __("enabledTargets", __FILE__),
    "supportedTargets" => __("supportedTargets", __FILE__),
    "setTrackingTargets" => __("setTrackingTargets", __FILE__),
  ),
  "nightVision" => 
  array (
    "nightVisionMode" => __("nightVisionMode", __FILE__),
    "setNightVisionModeColor" => "setNightVisionModeColor",
    "setNightVisionModeBlackAndWhite" => "setNightVisionModeBlackAndWhite",
  ),
  "onDeviceTriggers" => 
  array (
    "visionTriggersEnabled" => __("visionTriggersEnabled", __FILE__),
    "supportedTriggers" => __("supportedTriggers", __FILE__),
    "triggers" => __("triggers", __FILE__),
    "soundTriggersEnabled" => __("soundTriggersEnabled", __FILE__),
    "addOrUpdateTriggers" => __("addOrUpdateTriggers", __FILE__),
    "removeTriggers" => __("removeTriggers", __FILE__),
    "setVisionTriggersEnabledenabled" => "setVisionTriggersEnabledenabled",
    "setVisionTriggersEnableddisabled" => "setVisionTriggersEnableddisabled",
    "setSoundTriggersEnabledenabled" => "setSoundTriggersEnabledenabled",
    "setSoundTriggersEnableddisabled" => "setSoundTriggersEnableddisabled",
  ),
  "reboot" => 
  array (
    "rebootState" => __("rebootState", __FILE__),
    "reboot" => __("reboot", __FILE__),
  ),
  "samsungce.autoDispenseDetergent" => 
  array (
    "supportedTypes" => __("supportedTypes", __FILE__),
  ),
);

@sonarqubecloud

sonarqubecloud Bot commented Jun 1, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant