khmelevskikh

Results 4 comments of khmelevskikh

This one works fine: ``` miiocli scisharecoffee --ip --token raw_command Hot_Wate Running command raw_command ['ok'] ``` so I don't believe it relates to missing 'r' Other parametrised commands aren't working...

Played with python script a bit: This works fine: `return self.send("Hot_Wate")[0] == "ok"` This works fine as well and gives me correct ml value: `return self.send("Hot_Wate",[amount])[0] == "ok"` This one...

> Would you mind creating a PR for the necessary changes? I'd love too.. But I didn't find the exact solution... I still have no idea how I can control...

I've checked that for my machine it cannot pass more than one parameter for any command, even for `raw_command Americano_Coffee [80]` So I've no ideas... Can we make params optional?...