UI: change default minimum to sane value for exposure time

This commit is contained in:
Romain Bazile 2020-12-15 21:52:14 +01:00
parent 3726c8672d
commit 977c134e06

View file

@ -3066,7 +3066,7 @@
"z": "bccd1f23.87219", "z": "bccd1f23.87219",
"name": "Shutter speed slider", "name": "Shutter speed slider",
"label": "Shutter Speed", "label": "Shutter Speed",
"tooltip": "In microseconds, up to 1000µs, 1µs by default", "tooltip": "In microseconds, up to 1000µs, 125µs by default",
"group": "8c38a81e.9897a8", "group": "8c38a81e.9897a8",
"order": 1, "order": 1,
"width": 0, "width": 0,
@ -3074,7 +3074,7 @@
"passthru": true, "passthru": true,
"outs": "end", "outs": "end",
"topic": "imager/image", "topic": "imager/image",
"min": "1", "min": "125",
"max": "1000", "max": "1000",
"step": "1", "step": "1",
"x": 390, "x": 390,
@ -3120,7 +3120,7 @@
"id": "2350e507.d4e302", "id": "2350e507.d4e302",
"type": "inject", "type": "inject",
"z": "bccd1f23.87219", "z": "bccd1f23.87219",
"name": "Default: 1µs", "name": "Default: 125µs",
"props": [ "props": [
{ {
"p": "payload" "p": "payload"
@ -3131,9 +3131,9 @@
"once": true, "once": true,
"onceDelay": "1", "onceDelay": "1",
"topic": "", "topic": "",
"payload": "1", "payload": "125",
"payloadType": "num", "payloadType": "num",
"x": 110, "x": 120,
"y": 800, "y": 800,
"wires": [ "wires": [
[ [
@ -6619,7 +6619,7 @@
"timer": "1", "timer": "1",
"oldrc": false, "oldrc": false,
"name": "git user.name", "name": "git user.name",
"x": 1400, "x": 1140,
"y": 60, "y": 60,
"wires": [ "wires": [
[], [],
@ -6638,7 +6638,7 @@
"syntax": "mustache", "syntax": "mustache",
"template": "git config --global --replace-all user.name \"{{payload}}\"", "template": "git config --global --replace-all user.name \"{{payload}}\"",
"output": "str", "output": "str",
"x": 1220, "x": 960,
"y": 60, "y": 60,
"wires": [ "wires": [
[ [
@ -6655,7 +6655,7 @@
"52af9ac0.60eb24", "52af9ac0.60eb24",
"3caed565.fad25a" "3caed565.fad25a"
], ],
"x": 1035, "x": 775,
"y": 100, "y": 100,
"wires": [ "wires": [
[ [
@ -6675,7 +6675,7 @@
"timer": "1", "timer": "1",
"oldrc": false, "oldrc": false,
"name": "git user.email", "name": "git user.email",
"x": 1390, "x": 1130,
"y": 140, "y": 140,
"wires": [ "wires": [
[], [],
@ -6694,7 +6694,7 @@
"syntax": "mustache", "syntax": "mustache",
"template": "git config --global --replace-all user.email \"{{payload}}\"", "template": "git config --global --replace-all user.email \"{{payload}}\"",
"output": "str", "output": "str",
"x": 1220, "x": 960,
"y": 140, "y": 140,
"wires": [ "wires": [
[ [