Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,9 @@ zigbeeManufacturer:
deviceLabel: NEO Water Leak Sensor
manufacturer: NEO
model: NAS_WS11
deviceProfileName: water-battery
deviceProfileName: water-battery
- id: MultIR/MIR-WA100
deviceLabel: MultiIR Water Leak Sensor MIR-WA100
manufacturer: MultIR
model: MIR-WA100
deviceProfileName: water-battery-no-fw-update

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for not including the FW update capability? Even if there are no anticipated FW updates, this will allow us to display the FW version in the devices "Information" section, which is why we have this on all zigbee devices not just those that can have FW updated.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cbaumler can you validate this? I am fairly certain it is accurate, but it seems like not all of our zigbee device profiles have the capability

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's correct. We should be including the FW update capability for the reasons you stated.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thinkaName please add the firmwareUpdate capability to this Profile, and all the other profiles in other PRs you have added.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the product does not have the firmware update function and version information reporting capabilities. If this capability is added to the profile, the test for this capability in the SmartThings Developer Center Test Suite will fail.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: water-battery-no-fw-update
components:
- id: main
capabilities:
- id: waterSensor
version: 1
- id: battery
version: 1
- id: refresh
version: 1
categories:
- name: LeakSensor
1 change: 1 addition & 0 deletions tools/localizations/cn.csv
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Aqara Wireless Mini Switch T1,Aqara 无线开关 T1
"WISTAR WSCMXJ Smart Curtain Motor",威仕达智能开合帘电机 WSCMXJ
"HAOJAI Smart Switch 3-key",好家智能三键开关
"HAOJAI Smart Switch 6-key",好家智能六键开关
"MultiIR Water Leak Sensor MIR-WA100",麦乐克水浸传感器MIR-WA100
"MultiIR Contact Sensor MIR-MC100",麦乐克门窗开关传感器MIR-MC100
"MultiIR Smart button MIR-SO100",麦乐克智能按钮MIR-SO100
"MultiIR Smoke Detector MIR-SM200",麦乐克烟雾报警器MIR-SM200
Loading