mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 13:34:24 +00:00
Add more don’t cache properties. https://github.com/Koenkk/zigbee-shepherd-converters/pull/284
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
const settings = require('../util/settings');
|
||||
const logger = require('../util/logger');
|
||||
|
||||
const dontCacheProperties = ['action', 'button', 'button_left', 'button_right', 'click', 'forgotten', 'keyerror'];
|
||||
const dontCacheProperties = [
|
||||
'action', 'button', 'button_left', 'button_right', 'click', 'forgotten', 'keyerror',
|
||||
'step_size', 'transition_time', 'action_color_temperature', 'action_color_x', 'action_color_y',
|
||||
];
|
||||
|
||||
/**
|
||||
* This extensions handles messages received from devices.
|
||||
|
||||
Reference in New Issue
Block a user