Skip to content

Commit

Permalink
artnet plugin: bump to version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Oct 18, 2023
1 parent 90ac5f7 commit de141f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion artnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_min_channels(self):
class ArtNet(SmartPlugin):

ALLOW_MULTIINSTANCE = True
PLUGIN_VERSION = "1.6.0"
PLUGIN_VERSION = "1.6.1"
ADDR_ATTR = 'artnet_address'

packet_counter = 1
Expand Down
6 changes: 3 additions & 3 deletions artnet/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin:
keywords: dmx
# documentation: https://github.com/smarthomeNG/plugins/blob/develop/mqtt/README.md # url of documentation (wiki) page

version: 1.6.0 # Plugin version
version: 1.6.1 # Plugin version
sh_minversion: 1.5.1 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: True
Expand Down Expand Up @@ -54,7 +54,7 @@ parameters:
de: 'Gibt das Art-Net Sub-Net an'
en: 'Specifies the Art-Net Sub-Net to use'
valid_min: 0
valid_max: 15
valid_max: 15
artnet_universe:
type: int
default: 0
Expand Down Expand Up @@ -85,7 +85,7 @@ item_attributes:

logic_parameters: NONE

plugin_functions:
plugin_functions:
send_single_value:
type: void
description:
Expand Down

0 comments on commit de141f7

Please sign in to comment.