Changes between Version 141 and Version 142 of WikiStart


Ignore:
Timestamp:
2014-02-05 08:44:30 (10 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v141 v142  
    242242 
    243243== Changelog  == 
     244 
     245=== CHANGES 1.3 (Beta 2) === 
     246 
     247Arduino library:\\ 
     248https://github.com/mysensors/Arduino\\ 
     249https://github.com/mysensors/Arduino/archive/master.zip\\ 
     250 
     251Vera plugin:\\ 
     252https://github.com/mysensors/Vera\\ 
     253https://github.com/mysensors/Vera/archive/master.zip\\ 
     254 
     255* New ack mechanism. HW acks disabled to minimize trash messages. 
     256* Messages is now directed directly to children (bug in routing) 
     257* Sensors now only has one pipe open (self) and gw/repeater nodes two (broadcast, self). No overhearing of messages for other nodes.  
     258* Higher radio transmit speed 1->2mbps. 
     259* Energy Pulse meter example added 
     260* Energy Water meter example added 
     261* Fixed bug when sending battery level from sensor 
     262* LAST_UPDATE is set on node-device when any variable update is coming in for children 
     263* Fixed truncation of debug messages 
     264* Updated humidity sensor to fetch unit settings from vera. 
     265* Fixed bug with SendNodeCommand 
     266* New servo-actuator example. 
     267* Store relay-node in EEPROM. 
     268  
     269 
    244270 
    245271=== CHANGES 1.3 (Beta 1) ===