ioBroker / ioBroker.type-detector

Helper module (not adapter) to detect types of devices
MIT License
8 stars 9 forks source link

use ignoreIndicatore in every case #4

Closed TA2k closed 5 years ago

TA2k commented 5 years ago

should ignoreIndicators use in every case?

TA2k commented 5 years ago

Add modification to recognize yamaha devices via yamaha adapter

TA2k commented 5 years ago

Think about to remove read and write checks for buttons because often there are set wrong. Like in hm-rpc `` button: { states: [ {role: /^button(.[.\w]+)?$|^action(.[.\w]+)?$/, indicator: false, type: 'boolean', read: false, write: true, name: 'SET', required: true, noSubscribe: true},

TA2k commented 5 years ago

Buttons working like expected https://github.com/ioBroker/ioBroker.hm-rpc/issues/193

GermanBluefox commented 5 years ago

I think I will decline this PR. We discussed it in Telegram.