xernaj
xernaj
Hi, I've got the following device: Model: chunmi.cooker.eh1 Hardware version: esp32 Firmware version: 2.0.5_0013 These are the mini cookers so I think they have slightly different props to the normal...
@syssi > @xernaj Could you provide the output of: > > ``` > get_prop "['status', 'phase', 'menu', 't_cook', 't_left', 't_pre', 't_kw', 'taste', 'temp', 'rice', 'favs', 'akw', 't_start', 't_finish', 'version', 'setting',...
> Some additional presumably supported methods: > > ``` > 'set_start', [menuData] > 'cancel_cooking', [] > 'set_menu', [menuData] > set_factory_reset', [1] > 'get_temp_history', [] > 'set_info', [setting] > ``` I'll...
It only seems to return the first element of the array. miiocli -d device --ip {ip} --token {token} raw_command get_prop "['status', 'phase', 'menu', 't_cook', 't_left', 't_pre', 't_kw', 'taste', 'temp', 'rice',...
It might be ok in Xcode 11.4 beta 3.
Eagerly awaiting an official response/roadmap whether apple silicon will ever be on ADO microsoft-hosted agents. As it stands the alternatives are: 1. continue to use ADO but use self-hosted agents...
I've also noticed this line https://github.com/Azure-Samples/azure-maps-leaflet/blob/7d9786a050549e440ddb78252949689f03215574/src/internal/AuthenticationManager.ts#L253 which seems to be providing the old token as it's in "local storage" and not cleared at end of session.
Did you ever work it out? The package contains an xcproj with a blank DevelopmentTeam setting. There's a thread about something similar here: https://forums.swift.org/t/xcode-14-beta-code-signing-issues-when-swiftpm-targets-include-resources/59685/36. I worked around this by going...