Skip to content

Commit 3a5c2f7

Browse files
author
jalcaras
committed
Commands fix
1 parent 9c224ac commit 3a5c2f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

core/config/reolinkapicmd.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"payload": "{\"cmd\":\"GetPerformance\",\"param\":{\"channel\":#CHANNEL#}}"
4040
},
4141
"IsHistorized": 0,
42-
"isVisible": 1,
42+
"isVisible": 0,
4343
"logicalId": "SetCodecRateState"
4444
},
4545
{
4646
"abilityneed":"performance",
47-
"name": "Utilisation CPU",
47+
"name": "Charge CPU",
4848
"type": "info",
4949
"subtype": "numeric",
5050
"Unite": "%",
@@ -54,19 +54,19 @@
5454
"payload": "{\"cmd\":\"GetPerformance\",\"param\":{\"channel\":#CHANNEL#}}"
5555
},
5656
"IsHistorized": 0,
57-
"isVisible": 1,
57+
"isVisible": 0,
5858
"logicalId": "SetCpuUsedState"
5959
},
6060
{
6161
"abilityneed":"performance",
62-
"name": "Debit réseau (Kbps)",
62+
"name": "Débit réseau (Kbps)",
6363
"type": "info",
6464
"subtype": "numeric",
6565
"configuration": {
6666
"payload": "{\"cmd\":\"GetPerformance\",\"param\":{\"channel\":#CHANNEL#}}"
6767
},
6868
"IsHistorized": 0,
69-
"isVisible": 1,
69+
"isVisible": 0,
7070
"logicalId": "SetNetThroughputState"
7171
},
7272
{
@@ -918,7 +918,7 @@
918918
"payload": "{\"ZoomFocus\":{\"channel\":#CHANNEL#,\"pos\":#OPTSLIDER#,\"op\":\"FocusPos\"}}"
919919
},
920920
"IsHistorized": 0,
921-
"isVisible": 1,
921+
"isVisible": 0,
922922
"logicalId": "SetFocus"
923923
},
924924
{
@@ -1137,7 +1137,7 @@
11371137
},
11381138
{
11391139
"abilityneed":"upnp",
1140-
"name": "UPNP (état)",
1140+
"name": "UPnP (état)",
11411141
"type": "info",
11421142
"subtype": "binary",
11431143
"configuration": {
@@ -1149,7 +1149,7 @@
11491149
},
11501150
{
11511151
"abilityneed":"upnp",
1152-
"name": "UPNP",
1152+
"name": "UPnP",
11531153
"type": "action",
11541154
"subtype": "select",
11551155
"configuration": {

0 commit comments

Comments
 (0)