OpenZWave / Thrift4OZW

A daemon exposing the OpenZWave API via Apache Thrift (and some useful tools)
27 stars 13 forks source link

overloaded bool SetValue( ValueID const& _id, uint8 const* _value, uint8 const _length ) in OpenZWave is breaking Thrift4OZW #5

Closed ekarak closed 11 years ago

ekarak commented 11 years ago

the create_server.rb script gets confused and fails trying to map to the correct stub. ARGH!

ekarak commented 11 years ago

updated create_server.rb, committed and now closing the issue... Now the overloading hint mechanism is extended to match the last n arguments, not just THE last argument