Skip to content

Commit

Permalink
Merge branch 'justme-1968:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pst-on-github authored Nov 29, 2021
2 parents 1f234a9 + 1f481d0 commit 80d24a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@ FHEMAccessory.prototype = {

this.log.info('query: ' + (mapping.name?mapping.name:mapping.characteristic_type) + ' for ' + mapping.informId);
var value = mapping.cached;
if( typeof mapping === 'object' && value !== undefined ) {
if( typeof mapping === 'object' && value !== undefined && (!('nocache' in mapping))) {
var defined = undefined;
if( mapping.homekit2name !== undefined ) {
defined = mapping.homekit2name[value];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-fhem",
"version": "0.5.32",
"version": "0.5.33",
"description": "a fhem platform plugin for homebridge",
"author": {
"name": "justme1968"
Expand Down

0 comments on commit 80d24a0

Please sign in to comment.