Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Recommended Posts

Posted

In Z-Wave Engine 3.0 there is good option - users can add their own device templates in JSON format.

 

And as we know - on device templates Fibaro using different types of data ( seconds, kWh, W, etc ) and scale ( 0.01 , 0.1, 1 ). All of these available in JSON template

 

But in QA we still have only one option for slider - percent and step only 1% with no scale.

 

In case that all functions already implemented, maybe it's time to give us same possibilities to use in QA?

And to add new type - time, when time range can be setup as "HH:MM"

 

Examples:

 

        {
            "description": {
                "en": "User can choose number value between 10 and 2500 with step 0.1 ( step * scale )",
                "pl": "Put pop-up description in Polish here..."
            },
            "defaultValue": 10,
            "format": {
                    "type": "range",
                    "min": 100,
                    "max": 25000,
                    "step": 1,
                    "scale": 0.1,
                    "unit": "W"
                }
            }
        },

        {
            "description": {
                "en": "User can choose time from 7am to 11pm with 10 minutes step",
            },
            "defaultValue": "07:00",
            "format": {
                    "type": "time",
                    "min": "07:00",
                    "max": "23:00",
                    "step":"00:10"
                }
            }
        },

        {
            "description": {
                "en": "User can choose any time with 1 minute step",
            },
            "defaultValue": "07:00",
            "format": {
                    "type": "time",
                    "step":"00:01"
                }
            }
        }
 

Posted

 

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...