Skip to content

Instantly share code, notes, and snippets.

[
{
"id": "03d1fe605e7ed494",
"type": "subflow",
"name": "UD Switch",
"info": "Up/Down Switcher",
"category": "",
"in": [
{
"x": 244,
@padaVVan
padaVVan / node-red-store.json
Last active April 16, 2022 10:01
Store node
[
{
"id": "379ce8c6.8e5b08",
"type": "subflow",
"name": "Store",
"info": "",
"category": "",
"in": [
{
"x": 116,
<?php
namespace <NS_HERE>;
use yii\base\Event;
/**
* Class PropertyChangeEvent
*/
class PropertyChangeEvent extends Event
{