Merge PR #222: Update license text and add SPDX identifier
This commit is contained in:
commit
fb44ec44cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ builddir
|
|||||||
doc/html
|
doc/html
|
||||||
*.qm
|
*.qm
|
||||||
__pycache__
|
__pycache__
|
||||||
|
build/
|
||||||
|
|||||||
1
COPYING.LESSER
Symbolic link
1
COPYING.LESSER
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
LICENSE.LGPL3
|
||||||
21
README.md
21
README.md
@ -1,4 +1,4 @@
|
|||||||
# nymea plug-ins modbus
|
# nymea plugins modbus
|
||||||
|
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@ -12,15 +12,6 @@ This repository contains modbus integrations for nymea.
|
|||||||
|
|
||||||
nymea (/[n'aiːmea:]/ - is an open source IoT edge server. The plug-in based architecture allows to integrate protocols and APIs. With the build-in rule engine you are able to interconnect devices or services available in the system and create individual scenes and behaviours for your environment.
|
nymea (/[n'aiːmea:]/ - is an open source IoT edge server. The plug-in based architecture allows to integrate protocols and APIs. With the build-in rule engine you are able to interconnect devices or services available in the system and create individual scenes and behaviours for your environment.
|
||||||
|
|
||||||
|
|
||||||
## Getting help
|
|
||||||
|
|
||||||
If you want to present your project or want to share your newest developments you can share it in
|
|
||||||
[Our Forum](https://forum.nymea.io)
|
|
||||||
|
|
||||||
If you are facing any troubles, don't hesitate to reach out for us or the community members, we will be pleased to help you:
|
|
||||||
Chat with us on [Telegram](http://t.me/nymeacommunity)
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* A detailed description how to install and getting started with the *nymea* can be found here:
|
* A detailed description how to install and getting started with the *nymea* can be found here:
|
||||||
@ -32,12 +23,8 @@ Chat with us on [Telegram](http://t.me/nymeacommunity)
|
|||||||
[nymea | developer documentation](https://nymea.io/documentation/developers/).
|
[nymea | developer documentation](https://nymea.io/documentation/developers/).
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
To contribute support for a device or service, you're welcome to file a pull request to this repository. If you need help in creating an integration plugin, feel free to ask in our forum or the Telegram group as well.
|
|
||||||
|
|
||||||
If you don't have any developer skills at all, still feel free to bring the topic up. Our community is happy to help wherever possible."
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
> nymea is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
|
The nymea modbus plugins inside this repository are licensed under the GNU General Public License, version 3 or (at your option) any later version. The reusable libraries `libnymea-modbus` and `libnymea-sunspec` are licensed under the GNU Lesser General Public License, version 3 or (at your option) any later version.
|
||||||
|
|
||||||
|
The full license texts can be found in [`LICENSE.GPL3`](LICENSE.GPL3) for the GPL components and [`LICENSE.LGPL3`](LICENSE.LGPL3) for the LGPL libraries.
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2023, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2023, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2023, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2022, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2023, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2021, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2021, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Source: nymea-plugins-modbus
|
Source: nymea-plugins-modbus
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: nymea GmbH <developer@nymea.io>
|
Maintainer: chargebyte austria GmbH <contact@nymea.io>
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.0
|
||||||
Build-depends: debhelper (>= 9.0.0),
|
Build-depends: debhelper (>= 9.0.0),
|
||||||
libnymea-dev (>= 0.17),
|
libnymea-dev (>= 0.17),
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: nymea-plugins-modbus
|
Upstream-Name: nymea-plugins-modbus
|
||||||
Upstream-Contact: nymea GmbH <contact@nymea.io>
|
Upstream-Contact: chargebyte austria GmbH <contact@nymea.io>
|
||||||
Copyright: 2014-2024, nymea GmbH
|
Copyright: 2013-2024, nymea GmbH
|
||||||
|
2024-2025, chargebyte austria GmbH
|
||||||
Download: https://github.com/nymea/nymea-plugins-modbus
|
Download: https://github.com/nymea/nymea-plugins-modbus
|
||||||
Source: https://github.com/nymea/nymea-plugins-modbus.git
|
Source: https://github.com/nymea/nymea-plugins-modbus.git
|
||||||
|
|
||||||
@ -9,28 +10,63 @@ License: LGPL-3
|
|||||||
On Debian systems, the complete text of the GNU Lesser General
|
On Debian systems, the complete text of the GNU Lesser General
|
||||||
Public License can be found in `/usr/share/common-licenses/LGPL-3'.
|
Public License can be found in `/usr/share/common-licenses/LGPL-3'.
|
||||||
|
|
||||||
|
License: LGPL-3+
|
||||||
|
On Debian systems, the complete text of the GNU Lesser General
|
||||||
|
Public License can be found in `/usr/share/common-licenses/LGPL-3'.
|
||||||
|
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
On Debian systems, the complete text of the GNU General
|
On Debian systems, the complete text of the GNU General
|
||||||
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
||||||
|
|
||||||
|
License: GPL-3+
|
||||||
|
On Debian systems, the complete text of the GNU General
|
||||||
|
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
||||||
|
|
||||||
|
License: Apache-2.0
|
||||||
|
On Debian systems, the complete text of the Apache License
|
||||||
|
Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.
|
||||||
|
|
||||||
|
License: LicenseRef-SunSpec-IPR
|
||||||
|
This document and the information contained herein is provided on an
|
||||||
|
"AS IS" basis and the SunSpec Alliance DISCLAIMS ALL WARRANTIES,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT
|
||||||
|
THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP
|
||||||
|
RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE.
|
||||||
|
This document may be used, copied, and furnished to others, without
|
||||||
|
restrictions of any kind, provided that this document itself may not
|
||||||
|
be modified in any way, except as needed by the SunSpec Technical
|
||||||
|
Committee and as governed by the SunSpec IPR Policy
|
||||||
|
(https://sunspec.org/).
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
License: GPL-3
|
License: GPL-3+
|
||||||
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
||||||
|
2024-2025, chargebyte austria GmbH <contact@nymea.io>
|
||||||
|
|
||||||
Files: libnymea-modbus/*
|
Files: libnymea-modbus/*
|
||||||
License: LGPL-3
|
License: LGPL-3+
|
||||||
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
||||||
|
2024-2025, chargebyte austria GmbH <contact@nymea.io>
|
||||||
|
|
||||||
Files: libnymea-sunspec/*
|
Files: libnymea-sunspec/*
|
||||||
License: LGPL-3
|
License: LGPL-3+
|
||||||
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
||||||
|
2024-2025, chargebyte austria GmbH <contact@nymea.io>
|
||||||
|
|
||||||
|
Files: libnymea-sunspec/tools/models/*
|
||||||
|
License: Apache-2.0
|
||||||
|
Copyright: 2011-2024, SunSpec Alliance
|
||||||
|
|
||||||
|
Files: libnymea-sunspec/tools/SunSpec-Device-Information-Model-Specificiation-V1-0-02-01-2021.pdf
|
||||||
|
License: LicenseRef-SunSpec-IPR
|
||||||
|
Copyright: 2021, SunSpec Alliance
|
||||||
|
|
||||||
Files: nymea-modbus-cli/*
|
Files: nymea-modbus-cli/*
|
||||||
License: GPL-3
|
License: GPL-3+
|
||||||
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
||||||
|
2024-2025, chargebyte austria GmbH <contact@nymea.io>
|
||||||
|
|
||||||
Files: libnymea-modbus/tools/*
|
Files: libnymea-modbus/tools/*
|
||||||
License: GPL-3
|
License: GPL-3+
|
||||||
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Source: nymea-plugins-modbus
|
Source: nymea-plugins-modbus
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: nymea GmbH <developer@nymea.io>
|
Maintainer: chargebyte austria GmbH <contact@nymea.io>
|
||||||
Standards-Version: 4.7.2
|
Standards-Version: 4.7.2
|
||||||
Build-depends: debhelper,
|
Build-depends: debhelper,
|
||||||
libnymea-dev,
|
libnymea-dev,
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2023, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2023, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2023, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2022, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2022, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2021, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2021, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,27 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
|
*
|
||||||
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
|
*
|
||||||
|
* This file is part of nymea-plugins-modbus.
|
||||||
|
*
|
||||||
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef CRCLOOKUPTABLE_H
|
#ifndef CRCLOOKUPTABLE_H
|
||||||
#define CRCLOOKUPTABLE_H
|
#define CRCLOOKUPTABLE_H
|
||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,24 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of nymea-plugins-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* it under the terms of the GNU General Public License as published by
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* You should have received a copy of the GNU General Public License
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of libnymea-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-modbus is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "modbusdatautils.h"
|
#include "modbusdatautils.h"
|
||||||
|
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of libnymea-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-modbus is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef MODBUSDATAUTILS_H
|
#ifndef MODBUSDATAUTILS_H
|
||||||
#define MODBUSDATAUTILS_H
|
#define MODBUSDATAUTILS_H
|
||||||
|
|||||||
@ -1,3 +1,27 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
|
*
|
||||||
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
|
*
|
||||||
|
* This file is part of libnymea-modbus.
|
||||||
|
*
|
||||||
|
* libnymea-modbus is free software: you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
|
* as published by the Free Software Foundation, either version 3
|
||||||
|
* of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* libnymea-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with libnymea-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef MODBUSTCPCONNECTION_H
|
#ifndef MODBUSTCPCONNECTION_H
|
||||||
#define MODBUSTCPCONNECTION_H
|
#define MODBUSTCPCONNECTION_H
|
||||||
|
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2022, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of libnymea-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-modbus is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "modbustcpmaster.h"
|
#include "modbustcpmaster.h"
|
||||||
|
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2022, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of libnymea-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-modbus is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef MODBUSTCPMASTER_H
|
#ifndef MODBUSTCPMASTER_H
|
||||||
#define MODBUSTCPMASTER_H
|
#define MODBUSTCPMASTER_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of libnymea-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-modbus is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "queuedmodbusreply.h"
|
#include "queuedmodbusreply.h"
|
||||||
|
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2024, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This file is part of nymea.
|
* This file is part of libnymea-modbus.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-modbus is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-modbus is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
* Lesser General Public License for more details.
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef QUEUEDMODBUSREPLY_H
|
#ifndef QUEUEDMODBUSREPLY_H
|
||||||
#define QUEUEDMODBUSREPLY_H
|
#define QUEUEDMODBUSREPLY_H
|
||||||
|
|||||||
@ -1,28 +1,26 @@
|
|||||||
# Copyright 2021 - 2025, nymea GmbH
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# Contact: contact@nymea.io
|
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
#
|
#
|
||||||
# This file is part of nymea.
|
# Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
# This project including source code and documentation is protected by
|
# Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
# copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
# reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
# this project is subject to the terms of a license agreement to be concluded
|
|
||||||
# with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
# under https://nymea.io/license
|
|
||||||
#
|
#
|
||||||
# GNU General Public License Usage
|
# This file is part of nymea-plugins-modbus.
|
||||||
# Alternatively, this project may be redistributed and/or modified under the
|
|
||||||
# terms of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation, GNU version 3. This project is distributed in the hope that it
|
|
||||||
# will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
|
||||||
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
||||||
# Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along with
|
# nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
# this project. If not, see <https://www.gnu.org/licenses/>.
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# For any further details and any questions please contact us under
|
# nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
# contact@nymea.io or see our FAQ/Licensing Information on
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# https://nymea.io/license/faq
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|||||||
@ -1,28 +1,26 @@
|
|||||||
# Copyright 2021 - 2024, nymea GmbH
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# Contact: contact@nymea.io
|
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
#
|
#
|
||||||
# This file is part of nymea.
|
# Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
# This project including source code and documentation is protected by
|
# Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
# copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
# reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
# this project is subject to the terms of a license agreement to be concluded
|
|
||||||
# with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
# under https://nymea.io/license
|
|
||||||
#
|
#
|
||||||
# GNU General Public License Usage
|
# This file is part of nymea-plugins-modbus.
|
||||||
# Alternatively, this project may be redistributed and/or modified under the
|
|
||||||
# terms of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation, GNU version 3. This project is distributed in the hope that it
|
|
||||||
# will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
|
||||||
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
||||||
# Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along with
|
# nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
# this project. If not, see <https://www.gnu.org/licenses/>.
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# For any further details and any questions please contact us under
|
# nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
# contact@nymea.io or see our FAQ/Licensing Information on
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# https://nymea.io/license/faq
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
|
||||||
from .toolcommon import *
|
from .toolcommon import *
|
||||||
|
|
||||||
|
|||||||
@ -1,28 +1,26 @@
|
|||||||
# Copyright 2021 - 2025, nymea GmbH
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# Contact: contact@nymea.io
|
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
#
|
#
|
||||||
# This file is part of nymea.
|
# Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
# This project including source code and documentation is protected by
|
# Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
# copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
# reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
# this project is subject to the terms of a license agreement to be concluded
|
|
||||||
# with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
# under https://nymea.io/license
|
|
||||||
#
|
#
|
||||||
# GNU General Public License Usage
|
# This file is part of nymea-plugins-modbus.
|
||||||
# Alternatively, this project may be redistributed and/or modified under the
|
|
||||||
# terms of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation, GNU version 3. This project is distributed in the hope that it
|
|
||||||
# will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
|
||||||
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
||||||
# Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along with
|
# nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
# this project. If not, see <https://www.gnu.org/licenses/>.
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# For any further details and any questions please contact us under
|
# nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
# contact@nymea.io or see our FAQ/Licensing Information on
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# https://nymea.io/license/faq
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import json
|
import json
|
||||||
@ -84,35 +82,27 @@ def writeLine(fileDescriptor, line = ''):
|
|||||||
|
|
||||||
|
|
||||||
def writeLicenseHeader(fileDescriptor):
|
def writeLicenseHeader(fileDescriptor):
|
||||||
writeLine(fileDescriptor, '/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *')
|
writeLine(fileDescriptor, '// SPDX-License-Identifier: GPL-3.0-or-later')
|
||||||
|
writeLine(fileDescriptor)
|
||||||
|
writeLine(fileDescriptor, '/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *')
|
||||||
writeLine(fileDescriptor, '*')
|
writeLine(fileDescriptor, '*')
|
||||||
writeLine(fileDescriptor, '* Copyright 2013 - %s, nymea GmbH' % datetime.datetime.now().year)
|
writeLine(fileDescriptor, '* Copyright (C) 2013 - 2024, nymea GmbH')
|
||||||
writeLine(fileDescriptor, '* Contact: contact@nymea.io')
|
writeLine(fileDescriptor, '* Copyright (C) 2013 - %s, chargebyte austria GmbH' % datetime.datetime.now().year)
|
||||||
writeLine(fileDescriptor, '*')
|
writeLine(fileDescriptor, '*')
|
||||||
writeLine(fileDescriptor, '* This fileDescriptor is part of nymea.')
|
writeLine(fileDescriptor, '* nymea-plugins-modbus is free software: you can redistribute it and/or modify')
|
||||||
writeLine(fileDescriptor, '* This project including source code and documentation is protected by')
|
writeLine(fileDescriptor, '* it under the terms of the GNU General Public License as published by')
|
||||||
writeLine(fileDescriptor, '* copyright law, and remains the property of nymea GmbH. All rights, including')
|
writeLine(fileDescriptor, '* the Free Software Foundation, either version 3 of the License, or')
|
||||||
writeLine(fileDescriptor, '* reproduction, publication, editing and translation, are reserved. The use of')
|
writeLine(fileDescriptor, '* (at your option) any later version.')
|
||||||
writeLine(fileDescriptor, '* this project is subject to the terms of a license agreement to be concluded')
|
|
||||||
writeLine(fileDescriptor, '* with nymea GmbH in accordance with the terms of use of nymea GmbH, available')
|
|
||||||
writeLine(fileDescriptor, '* under https://nymea.io/license')
|
|
||||||
writeLine(fileDescriptor, '*')
|
writeLine(fileDescriptor, '*')
|
||||||
writeLine(fileDescriptor, '* GNU Lesser General Public License Usage')
|
writeLine(fileDescriptor, '* nymea-plugins-modbus is distributed in the hope that it will be useful,')
|
||||||
writeLine(fileDescriptor, '* Alternatively, this project may be redistributed and/or modified under the')
|
writeLine(fileDescriptor, '* but WITHOUT ANY WARRANTY; without even the implied warranty of')
|
||||||
writeLine(fileDescriptor, '* terms of the GNU Lesser General Public License as published by the Free')
|
writeLine(fileDescriptor, '* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the')
|
||||||
writeLine(fileDescriptor, '* Software Foundation; version 3. This project is distributed in the hope that')
|
writeLine(fileDescriptor, '* GNU General Public License for more details.')
|
||||||
writeLine(fileDescriptor, '* it will be useful, but WITHOUT ANY WARRANTY; without even the implied')
|
|
||||||
writeLine(fileDescriptor, '* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU')
|
|
||||||
writeLine(fileDescriptor, '* Lesser General Public License for more details.')
|
|
||||||
writeLine(fileDescriptor, '*')
|
writeLine(fileDescriptor, '*')
|
||||||
writeLine(fileDescriptor, '* You should have received a copy of the GNU Lesser General Public License')
|
writeLine(fileDescriptor, '* You should have received a copy of the GNU General Public License')
|
||||||
writeLine(fileDescriptor, '* along with this project. If not, see <https://www.gnu.org/licenses/>.')
|
writeLine(fileDescriptor, '* along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.')
|
||||||
writeLine(fileDescriptor, '*')
|
writeLine(fileDescriptor, '*')
|
||||||
writeLine(fileDescriptor, '* For any further details and any questions please contact us under')
|
writeLine(fileDescriptor, '* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */')
|
||||||
writeLine(fileDescriptor, '* contact@nymea.io or see our FAQ/Licensing Information on')
|
|
||||||
writeLine(fileDescriptor, '* https://nymea.io/license/faq')
|
|
||||||
writeLine(fileDescriptor, '*')
|
|
||||||
writeLine(fileDescriptor, '* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */')
|
|
||||||
writeLine(fileDescriptor)
|
writeLine(fileDescriptor)
|
||||||
writeLine(fileDescriptor, '/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *')
|
writeLine(fileDescriptor, '/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *')
|
||||||
writeLine(fileDescriptor, '*')
|
writeLine(fileDescriptor, '*')
|
||||||
|
|||||||
@ -1,30 +1,28 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright 2021 - 2025, nymea GmbH
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# Contact: contact@nymea.io
|
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
#
|
#
|
||||||
# This file is part of nymea.
|
# Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
# This project including source code and documentation is protected by
|
# Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
# copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
# reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
# this project is subject to the terms of a license agreement to be concluded
|
|
||||||
# with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
# under https://nymea.io/license
|
|
||||||
#
|
#
|
||||||
# GNU General Public License Usage
|
# This file is part of nymea-plugins-modbus.
|
||||||
# Alternatively, this project may be redistributed and/or modified under the
|
|
||||||
# terms of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation, GNU version 3. This project is distributed in the hope that it
|
|
||||||
# will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
|
||||||
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
||||||
# Public License for more details.
|
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along with
|
# nymea-plugins-modbus is free software: you can redistribute it and/or modify
|
||||||
# this project. If not, see <https://www.gnu.org/licenses/>.
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# For any further details and any questions please contact us under
|
# nymea-plugins-modbus is distributed in the hope that it will be useful,
|
||||||
# contact@nymea.io or see our FAQ/Licensing Information on
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# https://nymea.io/license/faq
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with nymea-plugins-modbus. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
|
||||||
# To lazy to type all those register plugins, let's make live much easier and generate code from a json register definition
|
# To lazy to type all those register plugins, let's make live much easier and generate code from a json register definition
|
||||||
|
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecaggregatormodel.h"
|
#include "sunspecaggregatormodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECAGGREGATORMODEL_H
|
#ifndef SUNSPECAGGREGATORMODEL_H
|
||||||
#define SUNSPECAGGREGATORMODEL_H
|
#define SUNSPECAGGREGATORMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecbasemetmodel.h"
|
#include "sunspecbasemetmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECBASEMETMODEL_H
|
#ifndef SUNSPECBASEMETMODEL_H
|
||||||
#define SUNSPECBASEMETMODEL_H
|
#define SUNSPECBASEMETMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecbatterymodel.h"
|
#include "sunspecbatterymodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECBATTERYMODEL_H
|
#ifndef SUNSPECBATTERYMODEL_H
|
||||||
#define SUNSPECBATTERYMODEL_H
|
#define SUNSPECBATTERYMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspeccommonmodel.h"
|
#include "sunspeccommonmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECCOMMONMODEL_H
|
#ifndef SUNSPECCOMMONMODEL_H
|
||||||
#define SUNSPECCOMMONMODEL_H
|
#define SUNSPECCOMMONMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspeccontrolsmodel.h"
|
#include "sunspeccontrolsmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECCONTROLSMODEL_H
|
#ifndef SUNSPECCONTROLSMODEL_H
|
||||||
#define SUNSPECCONTROLSMODEL_H
|
#define SUNSPECCONTROLSMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecdeltaconnectthreephaseabcmetermodel.h"
|
#include "sunspecdeltaconnectthreephaseabcmetermodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECDELTACONNECTTHREEPHASEABCMETERMODEL_H
|
#ifndef SUNSPECDELTACONNECTTHREEPHASEABCMETERMODEL_H
|
||||||
#define SUNSPECDELTACONNECTTHREEPHASEABCMETERMODEL_H
|
#define SUNSPECDELTACONNECTTHREEPHASEABCMETERMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecenergystoragebasemodeldeprecatedmodel.h"
|
#include "sunspecenergystoragebasemodeldeprecatedmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECENERGYSTORAGEBASEMODELDEPRECATEDMODEL_H
|
#ifndef SUNSPECENERGYSTORAGEBASEMODELDEPRECATEDMODEL_H
|
||||||
#define SUNSPECENERGYSTORAGEBASEMODELDEPRECATEDMODEL_H
|
#define SUNSPECENERGYSTORAGEBASEMODELDEPRECATEDMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecextsettingsmodel.h"
|
#include "sunspecextsettingsmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECEXTSETTINGSMODEL_H
|
#ifndef SUNSPECEXTSETTINGSMODEL_H
|
||||||
#define SUNSPECEXTSETTINGSMODEL_H
|
#define SUNSPECEXTSETTINGSMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecflowbatterymodel.h"
|
#include "sunspecflowbatterymodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECFLOWBATTERYMODEL_H
|
#ifndef SUNSPECFLOWBATTERYMODEL_H
|
||||||
#define SUNSPECFLOWBATTERYMODEL_H
|
#define SUNSPECFLOWBATTERYMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecflowbatterymodulemodel.h"
|
#include "sunspecflowbatterymodulemodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECFLOWBATTERYMODULEMODEL_H
|
#ifndef SUNSPECFLOWBATTERYMODULEMODEL_H
|
||||||
#define SUNSPECFLOWBATTERYMODULEMODEL_H
|
#define SUNSPECFLOWBATTERYMODULEMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecflowbatterystackmodel.h"
|
#include "sunspecflowbatterystackmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECFLOWBATTERYSTACKMODEL_H
|
#ifndef SUNSPECFLOWBATTERYSTACKMODEL_H
|
||||||
#define SUNSPECFLOWBATTERYSTACKMODEL_H
|
#define SUNSPECFLOWBATTERYSTACKMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecflowbatterystringmodel.h"
|
#include "sunspecflowbatterystringmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECFLOWBATTERYSTRINGMODEL_H
|
#ifndef SUNSPECFLOWBATTERYSTRINGMODEL_H
|
||||||
#define SUNSPECFLOWBATTERYSTRINGMODEL_H
|
#define SUNSPECFLOWBATTERYSTRINGMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecfreqwattmodel.h"
|
#include "sunspecfreqwattmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECFREQWATTMODEL_H
|
#ifndef SUNSPECFREQWATTMODEL_H
|
||||||
#define SUNSPECFREQWATTMODEL_H
|
#define SUNSPECFREQWATTMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecfreqwattparammodel.h"
|
#include "sunspecfreqwattparammodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECFREQWATTPARAMMODEL_H
|
#ifndef SUNSPECFREQWATTPARAMMODEL_H
|
||||||
#define SUNSPECFREQWATTPARAMMODEL_H
|
#define SUNSPECFREQWATTPARAMMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspechfrtcmodel.h"
|
#include "sunspechfrtcmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECHFRTCMODEL_H
|
#ifndef SUNSPECHFRTCMODEL_H
|
||||||
#define SUNSPECHFRTCMODEL_H
|
#define SUNSPECHFRTCMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspechfrtmodel.h"
|
#include "sunspechfrtmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECHFRTMODEL_H
|
#ifndef SUNSPECHFRTMODEL_H
|
||||||
#define SUNSPECHFRTMODEL_H
|
#define SUNSPECHFRTMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspechfrtxmodel.h"
|
#include "sunspechfrtxmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECHFRTXMODEL_H
|
#ifndef SUNSPECHFRTXMODEL_H
|
||||||
#define SUNSPECHFRTXMODEL_H
|
#define SUNSPECHFRTXMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspechvrtcmodel.h"
|
#include "sunspechvrtcmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECHVRTCMODEL_H
|
#ifndef SUNSPECHVRTCMODEL_H
|
||||||
#define SUNSPECHVRTCMODEL_H
|
#define SUNSPECHVRTCMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspechvrtmodel.h"
|
#include "sunspechvrtmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECHVRTMODEL_H
|
#ifndef SUNSPECHVRTMODEL_H
|
||||||
#define SUNSPECHVRTMODEL_H
|
#define SUNSPECHVRTMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspechvrtxmodel.h"
|
#include "sunspechvrtxmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECHVRTXMODEL_H
|
#ifndef SUNSPECHVRTXMODEL_H
|
||||||
#define SUNSPECHVRTXMODEL_H
|
#define SUNSPECHVRTXMODEL_H
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "sunspecinvertersinglephasefloatmodel.h"
|
#include "sunspecinvertersinglephasefloatmodel.h"
|
||||||
#include "sunspecconnection.h"
|
#include "sunspecconnection.h"
|
||||||
|
|||||||
@ -1,32 +1,26 @@
|
|||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright 2013 - 2025, nymea GmbH
|
* Copyright (C) 2013 - 2024, nymea GmbH
|
||||||
* Contact: contact@nymea.io
|
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
||||||
*
|
*
|
||||||
* This fileDescriptor is part of nymea.
|
* This file is part of libnymea-sunspec.
|
||||||
* This project including source code and documentation is protected by
|
|
||||||
* copyright law, and remains the property of nymea GmbH. All rights, including
|
|
||||||
* reproduction, publication, editing and translation, are reserved. The use of
|
|
||||||
* this project is subject to the terms of a license agreement to be concluded
|
|
||||||
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
|
||||||
* under https://nymea.io/license
|
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Usage
|
* libnymea-sunspec is free software: you can redistribute it and/or
|
||||||
* Alternatively, this project may be redistributed and/or modified under the
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
* terms of the GNU Lesser General Public License as published by the Free
|
* as published by the Free Software Foundation, either version 3
|
||||||
* Software Foundation; version 3. This project is distributed in the hope that
|
* of the License, or (at your option) any later version.
|
||||||
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
*
|
||||||
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
* libnymea-sunspec is distributed in the hope that it will be useful,
|
||||||
* Lesser General Public License for more details.
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
* along with libnymea-sunspec. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* For any further details and any questions please contact us under
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
* contact@nymea.io or see our FAQ/Licensing Information on
|
|
||||||
* https://nymea.io/license/faq
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef SUNSPECINVERTERSINGLEPHASEFLOATMODEL_H
|
#ifndef SUNSPECINVERTERSINGLEPHASEFLOATMODEL_H
|
||||||
#define SUNSPECINVERTERSINGLEPHASEFLOATMODEL_H
|
#define SUNSPECINVERTERSINGLEPHASEFLOATMODEL_H
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user