Skip to content

Commit 7c43396

Browse files
authored
fix invalid json syntax (#1040)
1 parent 367dd0b commit 7c43396

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

configs/cameras/tplink_tapo_c100_t23n_sc2336p_wq9001/thingino-camera.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"button_reset": 62,
44
"ir850": {
55
"pin": 49,
6-
"active_low": false
6+
"active_low": false,
77
"pwm_channel": 0
88
},
99
"ircut": {
@@ -21,7 +21,7 @@
2121
"mmc_power": "60o 64O",
2222
"white": {
2323
"pin": 50,
24-
"active_low": true
24+
"active_low": true,
2525
"pwm_channel": 1
2626
},
2727
"wlan": 51

configs/cameras/tplink_tapo_c100_t31l_sc2336_rtl8188ftv/thingino-camera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"mmc_power": 60,
1515
"white": {
1616
"pin": 50,
17-
"active_low": true
17+
"active_low": true,
1818
"pwm_channel": 1
1919
},
2020
"wlan": 51

configs/cameras/tplink_tapo_c110_t23n_sc3336_wq9001/thingino-camera.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"button_reset": 62,
44
"ir850": {
55
"pin": 49,
6-
"active_low": false
6+
"active_low": false,
77
"pwn_channel": 0
88
},
99
"ircut": {
@@ -24,7 +24,7 @@
2424
},
2525
"white": {
2626
"pin": 50,
27-
"active_low": true
27+
"active_low": true,
2828
"pwm_channel": 1
2929
},
3030
"wlan": 51

configs/cameras/tplink_tapo_c200c_t23n_sc2336p_wq9001/thingino-camera.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"button_reset": 40,
44
"ir850": {
55
"pin": 49,
6-
"active_low": true
6+
"active_low": true,
77
"pwm_channel": 0
88
},
99
"ircut": 999,
@@ -22,7 +22,7 @@
2222
},
2323
"white": {
2424
"pin": 50,
25-
"active_low": true
25+
"active_low": true,
2626
"pwm_channel": 1
2727
},
2828
"wlan": 51

configs/cameras/tplink_tapo_c500_t23n_sc2336p_atbm6012bx/thingino-camera.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"button_reset": 40,
44
"ir850": {
55
"pin": 49,
6-
"active_low": false
6+
"active_low": false,
77
"pmw_channel": 0
88
},
99
"ircut": 999,
@@ -22,7 +22,7 @@
2222
},
2323
"white": {
2424
"pin": 50,
25-
"active_low": false
25+
"active_low": false,
2626
"pwn_channel": 1
2727
},
2828
"wlan": 51

configs/cameras/wyze_campan3_t31x_gc2053_atbm6031/thingino-camera.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"ircut": "50 49",
66
"led_b": 38,
77
"led_r": 39,
8-
"mmc_cd": 48,
8+
"mmc_cd": 48
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)