Juno TH TILT Blueprint in JSON
Are you looking for the mioty blueprint for the JunoTH TILT sensor?
📄 Download the blueprint as a
JSON file
The JSON below defines the mioty blueprint for the Juno TH TILT sensor—specifying the uplink payload layout, value scaling, and feature flags required for accurate decoding.
{
"component": {
"bat_voltage": {
"func": "$/1000",
"littleEndian": false,
"size": 16,
"type": "uint",
"unit": "V"
},
"humidity": {
"littleEndian": false,
"size": 8,
"type": "uint",
"unit": "%"
},
"internal_temperature": {
"func": "$ - 128",
"littleEndian": false,
"size": 8,
"type": "uint",
"unit": "°C"
},
"temperature": {
"func": "floor((($/10 - 100)*100)+0.5)/100",
"littleEndian": false,
"size": 16,
"type": "uint",
"unit": "°C"
},
"humidity_alarm": {
"littleEndian": false,
"size": 8,
"type": "uint"
},
"uplink_counter": {
"littleEndian": false,
"size": 8,
"type": "uint"
},
"version": {
"littleEndian": false,
"size": 4,
"type": "uint"
}
},
"meta": {
"firmwareVersion": "1.0",
"hardwareVersion": "1.0",
"name": "Juno",
"vendor": "Sentinum"
},
"typeEui": "FCA84A0900000002",
"version": "1.0"
}
📝 Prefer a plain text version?
Download the blueprint as a TXT document
Specifications subject to change without notice. All information provided without guarantee.![]()
![]()
![]()
![]()
![]()