Skip to content

Commit

Permalink
New device - Surnice 51290 Smart Plug (#92)
Browse files Browse the repository at this point in the history
* New device - Surnice 51290 Smart Plug
  • Loading branch information
Creased authored Mar 3, 2024
1 parent 1a823f5 commit 7053b9e
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 0 deletions.
119 changes: 119 additions & 0 deletions devices/surnice-51290fr-smart-plug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"manufacturer": "Surnice",
"name": "51290FR Smart Plug",
"key": "keyjup78v54myhan",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"surnice-51290fr-smart-plug.jpg"
],
"profiles": [
"oem-bk7231n-plug-1.1.8-sdk-2.3.1-40.00"
],
"schemas": {
"000004stc3": [
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 1
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 86400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 9
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"off",
"on",
"memory"
],
"type": "enum"
},
"id": 38
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"relay",
"pos",
"none",
"on"
],
"type": "enum"
},
"id": 40
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 41
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 42
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 43
},
{
"mode": "rw",
"property": {
"type": "string",
"maxlen": 255
},
"id": 44,
"type": "obj"
}
]
},
"device_configuration": {
"bt1_lv": 0,
"bt1_pin": 6,
"bt_type": 0,
"ch_cddpid1": 9,
"ch_dpid1": 1,
"ch_num": 1,
"crc": 60,
"ffc_select": 1,
"jv": "1.0.2",
"module": "CB2S",
"net_trig": 2,
"netled1_lv": 0,
"netled1_pin": 26,
"netled_reuse": 1,
"reset_t": 3,
"rl1_lv": 1,
"rl1_pin": 24,
"total_stat": 0
}
}
Binary file added images/surnice-51290fr-smart-plug.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7053b9e

Please sign in to comment.