Shubhamjain007 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

SNMP: implementing handling for numbers #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i would like to have a conversion from string to number integrated into 
binding, depending on item type (item -file in configuration)

2. Example Use Case
number for total packages or tempearture is transfered thy should go to an 
number item to do some calculations with them  (AVG)

Original issue reported on code.google.com by openhab.lb on 8 May 2012 at 7:53

GoogleCodeExporter commented 8 years ago

Original comment by kai.openhab on 9 May 2012 at 8:08

GoogleCodeExporter commented 8 years ago

Original comment by teichsta on 14 May 2012 at 11:10

GoogleCodeExporter commented 8 years ago
SNMP Binding now supports any kind of Type that could be parsed with the help 
of TypeParser which relies on the accepted Types of an Item. Implementation is 
available on default branch and tomorrow as binary build.

Original comment by teichsta on 14 May 2012 at 7:32