Skip to content

Commit

Permalink
plus1pm
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Dec 23, 2024
1 parent 50b0a41 commit 8f011cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,8 @@ conds:
PRODUCT_HW_REV: "0.1.0"
STOCK_FW_MODEL: Plus1PMMini
MAX_NUM_HAP_SESSIONS: 16
MGOS_CONFIG_DEV_6: "shelly"
MGOS_CONFIG_DEV_7: "shelly,4096"
config_schema:
- ["device.id", "ShellyPlus1PMMini-??????"]
- ["shelly.name", "ShellyPlus1PMMini-??????"]
Expand All @@ -741,6 +743,14 @@ conds:
- ["gdo1.name", "Garage Door"]
- ["gdo1.open_sensor_mode", 2]

- ["factory", "o", {title: ""}]
- ["factory.batch", "s", "", {title: ""}]
- ["factory.model", "s", "", {title: ""}]
- ["factory.version", "i", 0, {title: ""}]
- ["factory.calib", "o", {title: "Factory calib settings"}]
- ["factory.calib.done", "b", false, {title: ""}]
- ["factory.calib.scales0", "scales", {title: ""}]

- when: build_vars.MODEL == "ShellyMini1PMGen3"
apply:
name: Mini1PMG3
Expand Down

0 comments on commit 8f011cf

Please sign in to comment.