more whitespace
This commit is contained in:
parent
b062750c49
commit
adb3e98afa
4 changed files with 13 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"displayName":"BME280",
|
||||
"displayName": "BME280",
|
||||
"i2cAddresses": [ "0x76", "0x77" ],
|
||||
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude" ]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"displayName":"Flat Vibration Switch",
|
||||
"mode":"DIGITAL",
|
||||
"direction":"INPUT",
|
||||
"displayName": "Flat Vibration Switch",
|
||||
"mode": "DIGITAL",
|
||||
"direction": "INPUT",
|
||||
"defaultPeriod":30,
|
||||
"visualization": {
|
||||
"type": "switch",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"displayName":"Hall Effect Sensor",
|
||||
"mode":"DIGITAL",
|
||||
"direction":"INPUT",
|
||||
"displayName": "Hall Effect Sensor",
|
||||
"mode": "DIGITAL",
|
||||
"direction": "INPUT",
|
||||
"defaultPeriod":60,
|
||||
"selectPullUp": true,
|
||||
"visualization": {
|
||||
|
|
@ -11,4 +11,4 @@
|
|||
"onLabel": "No Magnet",
|
||||
"onIcon": "fa6:thin:magnet"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"displayName": "RGB LED",
|
||||
"pwmSetting": "fixedFrequency",
|
||||
"visualization": {
|
||||
"type": "color-picker"
|
||||
}
|
||||
"displayName": "RGB LED",
|
||||
"pwmSetting": "fixedFrequency",
|
||||
"visualization": {
|
||||
"type": "color-picker"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue