File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " AS5600 Magnetic Angle" ,
3
+ "vendor" : " ams" ,
4
+ "productURL" : " https://www.adafruit.com/product/6357" ,
5
+ "documentationURL" : " https://learn.adafruit.com/adafruit-as5600-magnetic-angle-sensor" ,
6
+ "description" : " Magnetic angle (0-359) I2C sensor with 0.1° precision and 0.4° accuracy" ,
7
+ "published" : true ,
8
+ "i2cAddresses" : [ " 0x36" ],
9
+ "subcomponents" : [
10
+ {
11
+ "displayName" : " Angle" ,
12
+ "defaultPeriod" : 5 ,
13
+ "sensorType" : " raw"
14
+ }
15
+ ]
16
+ }
Original file line number Diff line number Diff line change 29
29
"defaultPeriod" : {
30
30
"description" : " What period to the form should default to for this sensor." ,
31
31
"type" : " number" ,
32
- "minimum" : 30 ,
32
+ "minimum" : 1 ,
33
33
"maximum" : 86400
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments