more whitespace

This commit is contained in:
Loren Norman 2022-11-11 13:46:27 -05:00
parent b062750c49
commit adb3e98afa
4 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
{
"displayName":"BME280",
"displayName": "BME280",
"i2cAddresses": [ "0x76", "0x77" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude" ]
}

View file

@ -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",

View file

@ -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"
}
}
}

View file

@ -1,7 +1,7 @@
{
"displayName": "RGB LED",
"pwmSetting": "fixedFrequency",
"visualization": {
"type": "color-picker"
}
"displayName": "RGB LED",
"pwmSetting": "fixedFrequency",
"visualization": {
"type": "color-picker"
}
}