ThatProgrammer

Results 29 comments of ThatProgrammer

It's a real shame that feature requests like this seem to be ignored.

> Similar issue, I am using the API to perform various actions, all good. I can see the device logs, including card and keyboard usage in the app - is...

> I have found that renaming the subfolder to `.` in the Content tab functions as a workaround, and will move files to the parent directory and remove the subfolder....

Can confirm it works for Windows, at least via the Web UI. I can't speak for the actual windows client itself.

I noticed ``tx_from_file`` from ``flipper.subghz.tx_from_file("/ext/subghz/foo.sub")`` doesn't seem to work. Claiming that Subghz doesn't have an attribute of tx_from_file despite it being mentioned. Anyone got any ideas?

Ended up adding this to the subghz.py file and it works. ```python def tx_from_file(self, sub_file: str) -> str: # TODO: implement regex catch errors assert sub_file.endswith('.sub') return self._serial_wrapper.send(f"subghz tx_from_file {sub_file}")...

Seems like the version in git is more updated than the version on Pip, my error.

+1 I think this could be really useful for me too. Not really for scheduling, but being able to disable Auto Lock when the door is open, as otherwise my...

I have manually worked around this endpoint not working by manually defining all the IDs and Names of my sensors in my code and hitting ``https://api.switch-bot.com/v1.0/devices/{device_id}/status`` directly, rather than grabbing...

> https://api.switch-bot.com/v1.0/devices/ > @ThatProgrammerr have you tried using version 1.1 of the API? My key from the Switchbot app doesn't work on the 1.1 api.