Joost van der Drift
Joost van der Drift
It seems like the `startAtIdle` option is not working See https://jsfiddle.net/jvddrift/ktso2h5p/2/ I'm using the example from the Wiki ``` $(document).idle({ onIdle: function(){ alert('It\'s been a long time since you don\'t...
Can the sensor be adapted for use with the new Energy dashboard in Home Assistant? See https://www.home-assistant.io/more-info/statistics/ and https://developers.home-assistant.io/docs/core/entity/sensor/#long-term-statistics
Hi, I am trying to get the stats for a tag. In Mailgun\Api\Tag -> stats(), line 102 the endpoint is formatted as follows ``` $response = $this->httpGet(sprintf('/v3/%s/tags/%s/stats', $domain, $tag), $params);...