(its my HDD temp, DS18B20 used, example for Arduino IDE)
Another example
Changelog
- New widget anydata (see Widgets Guide) example for Arduino IDE, for NodeJS
- Widget simple-btn: several new features (see Widgets Guide)
- Widget display-value: now support symbols: " 0123456789.°ACEFGJHUbdohur". Note: "°" - UTF-8 0176 = U+00B0, for example: "-12.3°C", "100°F", "Error"
- Hardware BACK button support now for open/close menu
- Exit from app (not background - really exit for energy saving)
- Add support Android 4.0, but not fully tested
mariuszb wrote:1. delay now is only up to 1 sec - can it be up to 5 sek ?
The function can be used if you want to make sure that the button has not been pressed accidentally - eg. Need to keep at least 3 seconds to activate something
Also added confirmation popup dialog
mariuszb wrote:2. Widget can't accept any status data...maybe it could ?
Yes! See Widgets Guide: anydata and simple-btn - this widgets can accept status messages with any config info, like this:
{ "status" : "123", "style3" : "float:left;", "class3" : "calm assertive-bg" }