Added receiving of Sartano devices with a TellStick Duo
This commit is contained in:
parent
b3f3ef00f8
commit
ea865ff6f4
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ int DeviceSartano::turnOff(Controller *controller){
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DeviceSartano::parameterMatches( const std::string &name, const std::string &value ) const {
|
bool DeviceSartano::parameterMatches( const std::string &name, const std::string &value ) const {
|
||||||
|
if (name.compare("code") == 0 && value.compare(strCode) == 0) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue