openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[FS20] Update FS20Command.java #5931

Closed DanielZils closed 3 years ago

DanielZils commented 4 years ago

Add commands from FS20STR temperature device and motion sensor: TEMP_SYNC("37"), // when forced to sync TEMP_OFF("38"), // when temperature higher than threshold means OFF TEMP_ON("39"), // when temperature lower than threshold means ON MOTION_ON("3E"), // PIR detected motion, timed ON

DanielZils commented 4 years ago

Please put these in the right order (below TOGGLE).

Done.

9037568 commented 4 years ago

@openhab/maintainers I don't see a reason for this build failure. Any insights?

cniweb commented 4 years ago

@DanielZils You have unsigned commits: https://github.com/openhab/openhab1-addons/pull/5931/checks

DanielZils commented 4 years ago

@DanielZils You have unsigned commits: https://github.com/openhab/openhab1-addons/pull/5931/checks

Unfortunately, I don't have permission. (Sorry, I'm totally a rookie...)

remote: Permission to openhab/openhab1-addons.git denied to DanielZils. fatal: unable to access 'https://github.com/openhab/openhab1-addons.git/': The requested URL returned error: 403

9037568 commented 4 years ago

fatal: unable to access 'https://github.com/openhab/openhab1-addons.git/': The requested URL returned error: 403

Wrong repo. You should still be pushing to your original branch.