Skip to content

Commit

Permalink
format endpointClusterWithInit for easier pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Mizenko committed May 20, 2021
1 parent 9ebcdc3 commit 1aa419a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/app/zap-templates/templates/app/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,15 @@ function asChipUnderlyingType(label, type)
// These helpers only works within the endpoint_config iterator

// List of all cluster with generated functions
var endpointClusterWithInit =
[ 'Basic', 'Identify', 'Groups', 'Scenes', 'Occupancy Sensing', 'On/off', 'Level Control', 'Color Control', 'IAS Zone' ];
var endpointClusterWithInit = [ 'Basic',
'Identify',
'Groups',
'Scenes',
'Occupancy Sensing',
'On/off',
'Level Control',
'Color Control',
'IAS Zone' ];
var endpointClusterWithAttributeChanged = [ 'Identify', 'Door Lock' ];
var endpointClusterWithPreAttribute = [ 'IAS Zone' ];
var endpointClusterWithMessageSent = [ 'IAS Zone' ];
Expand Down

0 comments on commit 1aa419a

Please sign in to comment.