Hello,
How can I place multiple blocks (devices) within the same popup?
It's possible?
Ty
Multiple Blocks (Devices) Inside Popup
Moderators: leecollings, htilburgs, robgeerts
- HansieNL
- Posts: 964
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Multiple Blocks (Devices) Inside Popup
You can us the parameter popup in a block
And the following block. For example 'one1' and 'two2' are device blocks.
Code: Select all
popup: 'container'
Code: Select all
blocks['container'] = {
blocks: [ 'one1', 'two2']
}
Blah blah blah
-
- Posts: 69
- Joined: Monday 04 September 2017 17:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Multiple Blocks (Devices) Inside Popup
Hello HansieNL,HansieNL wrote: ↑Monday 15 February 2021 23:19 You can us the parameter popup in a blockAnd the following block. For example 'one1' and 'two2' are device blocks.Code: Select all
popup: 'container'
Code: Select all
blocks['container'] = { blocks: [ 'one1', 'two2'] }
Thank u! That's what I was looking for.
Regards
Who is online
Users browsing this forum: No registered users and 1 guest