Rob
Rob
I have a perl script that creates records to insert into rethink. A simplified version of the code is $x->{‘y’} = 1; r->db(‘a’)->table(‘b’)->insert($x)->run; On my ubuntu box y is a...
Hi, Been trying to find some documentation or examples of using a cursor to step through results from a query. Is there any ? Also, is "between" missing ? thanks...
What is the recommended way to check that this code worked as expected ? $res = $service->SendMessage( MessageBody => "$body", QueueUrl => $write_to_url, ); I'm getting back a hash containing...
LAN mode
So ewelink has a new LAN mode. It would be great if someone could figure out how to use this so we don't have to connect to their remote server...
All was working well until I installed pihole. This seems to be a known issue. So I uninstalled pihole and moved it to another pi. I can not get the...
Can I use this for automation, e.g. when temp > 20 turn on switch XYZ ?