Skip to content

Commit

Permalink
New device - Tuya Generic 812WT Motion Sensor with Alarm v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Nov 9, 2024
1 parent a8e3548 commit 95a5856
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 0 deletions.
124 changes: 124 additions & 0 deletions devices/tuya-generic-812wt-motion-sensor-with-alarm-v1.0.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"manufacturer": "Tuya Generic",
"name": "812WT Motion Sensor with Alarm v1.0.2",
"key": "81cukzw7d5xn7aqf",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"tuya-generic-812wt-motion-sensor-with-alarm-v1.0.2.jpg"
],
"profiles": [
"812wt-pir-1.0.2-sdk-2.3.3-40.00"
],
"schemas": {
"000004z17o": [
{
"mode": "rw",
"property": {
"range": [
"disarmed",
"arm"
],
"type": "enum"
},
"id": 1,
"trigger": "direct",
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 1,
"max": 180,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 3,
"type": "obj"
},
{
"mode": "rw",
"property": {
"type": "bool"
},
"id": 4,
"type": "obj"
},
{
"mode": "rw",
"property": {
"type": "bool"
},
"id": 12,
"type": "obj"
},
{
"mode": "rw",
"property": {
"type": "bool"
},
"id": 25,
"type": "obj"
},
{
"mode": "rw",
"property": {
"type": "bool"
},
"id": 27,
"type": "obj"
},
{
"mode": "rw",
"property": {
"range": [
"normal",
"alarm"
],
"type": "enum"
},
"id": 32,
"type": "obj"
},
{
"mode": "rw",
"property": {
"range": [
"voice_light",
"only_voice",
"only_light",
"mute"
],
"type": "enum"
},
"id": 40,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 100,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 41,
"type": "obj"
},
{
"mode": "ro",
"property": {
"range": [
"pir",
"none"
],
"type": "enum"
},
"id": 101,
"type": "obj"
}
]
}
}
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/812wt-pir-1.0.2-sdk-2.3.3-40.00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.0.2 - BK7231N",
"sub_name": "812WT_PIR",
"type": "CLASSIC",
"icon": "memory",
"firmware": {
"chip": "BK7231N",
"name": "812WT_PIR",
"version": "1.0.2",
"sdk": "2.3.3-40.00"
},
"data": {
"address_finish": "0x1B2D3",
"address_ssid": "0xC15D3",
"address_ssid_padding": 4
}
}

0 comments on commit 95a5856

Please sign in to comment.