Skip to content

Conversation

GAFfrient
Copy link
Contributor

Check all that apply

Type of Change

  • WWST Certification Request
    • If this is your first time contributing code:
      • I have reviewed the README.md file
      • I have reviewed the CODE_OF_CONDUCT.md file
      • I have signed the CLA
    • I plan on entering a WWST Certification Request or have entered a request through the WWST Certification console at developer.smartthings.com
  • Bug fix
  • New feature
  • Refactor

Checklist

  • I have performed a self-review of my code
  • I have commented my code in hard-to-understand areas
  • I have verified my changes by testing with a device or have communicated a plan for testing
  • I am adding new behavior, such as adding a sub-driver, and have added and run new unit tests to cover the new behavior

Description of Change

Summary of Completed Tests

Copy link

Duplicate profile check: Passed - no duplicate profiles detected.

Copy link

github-actions bot commented Aug 22, 2025

Test Results

   69 files    449 suites   0s ⏱️
2 338 tests 2 338 ✅ 0 💤 0 ❌
3 935 runs  3 935 ✅ 0 💤 0 ❌

Results for commit b8c288c.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 22, 2025

File Coverage
All files 97%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/zigbee-humidity-sensor/src/plant-link/init.lua 97%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/zigbee-humidity-sensor/src/init.lua 94%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/zigbee-humidity-sensor/src/frient-sensor/init.lua 95%
/home/runner/work/SmartThingsEdgeDrivers/SmartThingsEdgeDrivers/drivers/SmartThings/zigbee-humidity-sensor/src/aqara/init.lua 93%

Minimum allowed coverage is 90%

Generated by 🐒 cobertura-action against b8c288c

Comment on lines 47 to 50
device:configure()
device.thread:call_with_delay(5, function()
device:refresh()
end)
Copy link
Contributor

Choose a reason for hiding this comment

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

whitespace

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

3600,
humiditySensitivity
)
})
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd also expect a refresh after 5s here, right? Can you incorporate that into the test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added.

@greens greens changed the title Frient humidity sensor (hmszb 120/hmszb 110) add support WWSTCERT-7636 Frient humidity sensor (hmszb 120/hmszb 110) add support Aug 25, 2025
@GAFfrient GAFfrient requested a review from greens September 3, 2025 07:09
Copy link
Contributor

@greens greens left a comment

Choose a reason for hiding this comment

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

Because of updates to the lua libraries, you'll need to add this expected message to tests where you handle the temperature measurement cluster in order for tests to pass

@GAFfrient GAFfrient requested a review from greens September 4, 2025 08:02
@greens greens merged commit e2403f2 into SmartThingsCommunity:main Sep 12, 2025
11 of 12 checks passed
@greens greens changed the title WWSTCERT-7636 Frient humidity sensor (hmszb 120/hmszb 110) add support WWSTCERT-7636/7639 Frient humidity sensor (hmszb 120/hmszb 110) add support Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants