thingpedia-common-devices
thingpedia-common-devices copied to clipboard
Thingpedia interface code for commonly used devices
``` # main U: set my bedside lamp to red UT: $dialogue @org.thingpedia.dialogue.transaction.execute; UT: @org.thingpedia.iot.light-bulb(name="bedside lamp").color_loop(); C: $dialogue @org.thingpedia.dialogue.transaction.execute; C: @org.thingpedia.iot.light-bulb(id="io.home-assistant/http://supervisor/homeassistant/light.bedside_lamp"^^tt:device_id("Bedside Lamp")).color_loop() C: #[results=[]]; A: I colored loop the Bedside...
Maybe more of a design decision than a bug, but due to how the Yelp skill is currently implemented, search results change after a filter is added in the next...
Despite merging #281 and retraining, I can't seem to get any weather forecast command to work. I think having two functions for weather forecast is a problem. We should remove...
A long time ago we used to have these properties. If they are available in the API, we should include them so people can ask for a "fast song"
Instead of whatever is left in the "online" set in dev Almond, which is likely incomplete and mostly useless. Plus if we do this we can get rid of the...
So the user can say "stop" and then resume playing news without playing any article that was already played.
"get news about coronavirus" parses to `@com.smartnews.article() filter source =~ "coronavirus";` (wrong) "get news from yesterday" parses to `@com.smartnews.article() filter date == $start_of(day) - 1day;` (kind of wrong), then returns...
Because it goes through the whole S3 file, and streaming the file is very slow.
These commands are parsed (correctly) to `monitor(@org.thingpedia.builtin.thingengine.builtin.get_gps()), location == $location.home`. But get_gps does not work at all in any currently supported Almond (current location is always Unknown or a fixed...
Owlbot is a disaster: - they miss a lot of really common words - they have bot detection and show a captcha page randomly (on an API???) - they have...