Skip to content

Commit

Permalink
New device - Petoneer Fresco Pro Pet Feeder
Browse files Browse the repository at this point in the history
  • Loading branch information
Cossid committed Mar 10, 2024
1 parent 810d158 commit dc95384
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 0 deletions.
202 changes: 202 additions & 0 deletions devices/petoneer-fresco-pro-pet-feeder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
{
"manufacturer": "Petoneer",
"name": "Fresco Pro Pet Feeder",
"key": "zzldnxyt9ukmx4aw",
"ap_ssid": "SmartLife",
"github_issues": [],
"image_urls": [
"petoneer-fresco-pro-pet-feeder.jpg"
],
"profiles": [
"fresco-1.0.7-sdk-2.3.1-40.00"
],
"schemas": {
"000003eyts": [
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 1
},
{
"type": "obj",
"mode": "rw",
"property": {
"range": [
"normal",
"smart",
"night",
"pir"
],
"type": "enum"
},
"id": 2
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 90,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 3
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 31,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 4
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 5
},
{
"type": "obj",
"mode": "rw",
"property": {
"type": "bool"
},
"id": 6
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 90,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 7
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 31,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 8
},
{
"type": "obj",
"mode": "ro",
"property": {
"range": [
"0",
"1",
"2",
"3",
"4"
],
"type": "enum"
},
"id": 9
},
{
"type": "obj",
"mode": "rw",
"property": {
"min": 0,
"max": 10,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 12
},
{
"type": "obj",
"mode": "ro",
"property": {
"min": 0,
"max": 1000,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 13
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 7200,
"scale": 0,
"step": 60,
"type": "value"
},
"id": 101,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 43200,
"scale": 0,
"step": 60,
"type": "value"
},
"id": 102,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 86400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 103,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 124002400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 104,
"type": "obj"
},
{
"mode": "rw",
"property": {
"min": 0,
"max": 124002400,
"scale": 0,
"step": 1,
"type": "value"
},
"id": 105,
"type": "obj"
}
]
}
}
Binary file added images/petoneer-fresco-pro-pet-feeder.jpg
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/fresco-1.0.7-sdk-2.3.1-40.00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "1.0.7 - BK7231N",
"sub_name": "fresco",
"type": "CLASSIC",
"icon": null,
"firmware": {
"chip": "BK7231N",
"name": "fresco",
"version": "1.0.7",
"sdk": "2.3.1-40.00"
},
"data": {
"address_finish": "0x1B39B",
"address_ssid": "0xC4005",
"address_ssid_padding": 4
}
}

0 comments on commit dc95384

Please sign in to comment.