Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions cmdName.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
<?php return array (
"clipDuration" =>

Check warning on line 2 in cmdName.php

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove the useless trailing whitespaces at the end of this line.

See more on https://sonarcloud.io/project/issues?id=Flobul_smartthings-capabilities&issues=AZ6DtBXhk4kmCzihJNfr&open=AZ6DtBXhk4kmCzihJNfr&pullRequest=949
array (
"clipDuration" => __("clipDuration", __FILE__),
"supportedMaxDuration" => __("supportedMaxDuration", __FILE__),
"setClipDuration" => __("setClipDuration", __FILE__),
),
"motionTracking" =>

Check warning on line 8 in cmdName.php

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove the useless trailing whitespaces at the end of this line.

See more on https://sonarcloud.io/project/issues?id=Flobul_smartthings-capabilities&issues=AZ6DtBXhk4kmCzihJNfs&open=AZ6DtBXhk4kmCzihJNfs&pullRequest=949
array (
"enabledTargets" => __("enabledTargets", __FILE__),
"supportedTargets" => __("supportedTargets", __FILE__),
"setTrackingTargets" => __("setTrackingTargets", __FILE__),
),
"nightVision" =>

Check warning on line 14 in cmdName.php

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove the useless trailing whitespaces at the end of this line.

See more on https://sonarcloud.io/project/issues?id=Flobul_smartthings-capabilities&issues=AZ6DtBXhk4kmCzihJNft&open=AZ6DtBXhk4kmCzihJNft&pullRequest=949
array (
"nightVisionMode" => __("nightVisionMode", __FILE__),
"setNightVisionModeColor" => "setNightVisionModeColor",
"setNightVisionModeBlackAndWhite" => "setNightVisionModeBlackAndWhite",
),
"onDeviceTriggers" =>

Check warning on line 20 in cmdName.php

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove the useless trailing whitespaces at the end of this line.

See more on https://sonarcloud.io/project/issues?id=Flobul_smartthings-capabilities&issues=AZ6DtBXhk4kmCzihJNfu&open=AZ6DtBXhk4kmCzihJNfu&pullRequest=949
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" =>

Check warning on line 33 in cmdName.php

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Remove the useless trailing whitespaces at the end of this line.

See more on https://sonarcloud.io/project/issues?id=Flobul_smartthings-capabilities&issues=AZ6DtBXhk4kmCzihJNfv&open=AZ6DtBXhk4kmCzihJNfv&pullRequest=949
array (
"rebootState" => __("rebootState", __FILE__),
"reboot" => __("reboot", __FILE__),
),
"samsungce.autoDispenseDetergent" =>
array (
"supportedTypes" => __("supportedTypes", __FILE__),
Expand Down