Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Github: ZAP#898
  • Loading branch information
brdandu committed Mar 15, 2023
1 parent a4d9326 commit 2bc8864
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ async function as_underlying_python_zcl_type(type, clusterId, options) {
dataType.discriminatorName.toLowerCase() == dbEnum.zclType.enum ||
dataType.discriminatorName.toLowerCase() == dbEnum.zclType.number
) {
// returning nothing for floats
// Do not know on why this is the case but returning nothing for floats
// and this is done for comaptibility with asPythonType.

if (
dataType.name.includes('float') ||
dataType.name.includes('double') ||
Expand Down

0 comments on commit 2bc8864

Please sign in to comment.