| 244 | |
| 245 | === CHANGES 1.3 (Beta 2) === |
| 246 | |
| 247 | Arduino library:\\ |
| 248 | https://github.com/mysensors/Arduino\\ |
| 249 | https://github.com/mysensors/Arduino/archive/master.zip\\ |
| 250 | |
| 251 | Vera plugin:\\ |
| 252 | https://github.com/mysensors/Vera\\ |
| 253 | https://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 | |