Migra dal codice salvato in locale al codice condiviso
This commit is contained in:
68
plugin/sensors.references.json
Normal file
68
plugin/sensors.references.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"production": [
|
||||
{
|
||||
"collection": "temperature",
|
||||
"main_path": "meb.temperature",
|
||||
"elements": null
|
||||
},
|
||||
{
|
||||
"collection": "wind",
|
||||
"main_path": "meb.wind",
|
||||
"elements": [
|
||||
{"direction": "direction"},
|
||||
{"speed": "speed"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collection": "waves",
|
||||
"main_path": "meb.waves",
|
||||
"elements": [
|
||||
{"direction": "direction"},
|
||||
{"height": "height"},
|
||||
{"period": "period"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collection": "position",
|
||||
"main_path": "navigation",
|
||||
"elements": [
|
||||
{"latitude": "position.latitude"},
|
||||
{"longitude": "position.longitude"},
|
||||
{"headingTrue": "headingTrue"},
|
||||
{"speedOverGround": "speedOverGround"},
|
||||
{"courseOverGround": "courseOverGroundTrue"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collection": "service_battery",
|
||||
"main_path": "electrical.batteries.service",
|
||||
"elements": [
|
||||
{"voltage": "Voltage"},
|
||||
{"current": "current"},
|
||||
{"stateOfCharge": "stateOfCharge"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collection": "traction_battery",
|
||||
"main_path": "electrical.batteries.traction",
|
||||
"elements": [
|
||||
{"voltage": "Voltage"},
|
||||
{"current": "current"},
|
||||
{"stateOfCharge": "stateOfCharge"},
|
||||
{"temperature": "temperature"},
|
||||
{"power": "power"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collection": "engine",
|
||||
"main_path": "propulsion.0",
|
||||
"elements": [
|
||||
{"proipultionShaftSpeed": "revolutions"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"collection": "system",
|
||||
"main_path": "system.uptime"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user