Skip to content

Commit

Permalink
New device - ONENUO 898DT Water Leak Sensor with Alarm v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed May 23, 2024
1 parent 245ba65 commit e5d0305
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
79 changes: 79 additions & 0 deletions devices/onenuo-898dt-water-leak-sensor-with-alarm-v1.0.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"manufacturer": "ONENUO",
"name": "898DT Water Leak Sensor with Alarm v1.0.0",
"key": "j77ofj5ddpmmipe4",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"onenuo-898dt-water-leak-sensor-with-alarm-v1.0.0.jpg"
],
"profiles": [
"898dt-cbu-7231n-low-1.0.0-sdk-2.3.1-40.00"
],
"schemas": {
"f2flao": [
{
"trigger": "direct",
"type": "obj",
"mode": "ro",
"property": {
"range": [
"alarm",
"normal"
],
"type": "enum"
},
"id": 1
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 100,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 4
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 7
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"mute",
"low",
"high"
],
"type": "enum"
},
"id": 8
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"10_s",
"20_s",
"30_s",
"40_s",
"50_s",
"60_s"
],
"type": "enum"
},
"id": 9
}
]
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions profiles/898dt-cbu-7231n-low-1.0.0-sdk-2.3.1-40.00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.0.0 - BK7231N",
"sub_name": "898DT_CBU_7231N_low",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231N",
"name": "898DT_CBU_7231N_low",
"version": "1.0.0",
"sdk": "2.3.1-40.00"
},
"data": {
"address_finish": "0x1B53B",
"address_ssid": "0xC5409",
"address_ssid_padding": 4
}
}

0 comments on commit e5d0305

Please sign in to comment.